mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2025-12-23 06:10:01 +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
1.2 KiB
1.2 KiB
Getting Started
Welcome to Leptos ShadCN UI! This section will help you get up and running quickly with our component library.
🚀 Quick Start
- Installation - Set up the library in your project
- Your First Component - Create a simple component
- Basic Examples - Explore working examples
- Signal Management - 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
- Learn about Testing
- Check out the Architecture
🆘 Need Help?
- Check our FAQ
- Join our Discord community
- Open an issue on GitHub