mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2025-12-22 22:00:00 +00:00
- Complete documentation reorganization into professional structure - Achieved 90%+ test coverage across all components - Created sophisticated WASM demo matching shadcn/ui quality - Fixed all compilation warnings and missing binary files - Optimized dependencies across all packages - Professional code standards and performance optimizations - Cross-browser compatibility with Playwright testing - New York variants implementation - Advanced signal management for Leptos 0.8.8+ - Enhanced testing infrastructure with TDD approach
38 lines
1.2 KiB
Markdown
38 lines
1.2 KiB
Markdown
# Getting Started
|
|
|
|
Welcome to Leptos ShadCN UI! This section will help you get up and running quickly with our component library.
|
|
|
|
## 🚀 Quick Start
|
|
|
|
1. **[Installation](./installation.md)** - Set up the library in your project
|
|
2. **[Your First Component](./first-component.md)** - Create a simple component
|
|
3. **[Basic Examples](./examples/)** - Explore working examples
|
|
4. **[Signal Management](./signal-management-examples.md)** - Learn reactive patterns
|
|
|
|
## 📋 Prerequisites
|
|
|
|
- Rust 1.70+ with WebAssembly support
|
|
- Leptos 0.8+
|
|
- Basic knowledge of Rust and web development
|
|
|
|
## 🎯 What You'll Learn
|
|
|
|
By the end of this section, you'll be able to:
|
|
- Install and configure the library
|
|
- Create your first ShadCN UI component
|
|
- Understand the reactive patterns
|
|
- Build a simple application
|
|
|
|
## 📚 Next Steps
|
|
|
|
Once you're comfortable with the basics:
|
|
- Explore the [Component Library](../components/README.md)
|
|
- Learn about [Testing](../testing/README.md)
|
|
- Check out the [Architecture](../architecture/README.md)
|
|
|
|
## 🆘 Need Help?
|
|
|
|
- Check our [FAQ](../faq.md)
|
|
- Join our [Discord community](https://discord.gg/leptos)
|
|
- Open an [issue on GitHub](https://github.com/your-org/leptos-shadcn-ui/issues)
|