Files
Peter Hanssens 0988aed57e Release v0.8.1: Major infrastructure improvements and cleanup
- 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
2025-09-16 22:14:20 +10:00

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

  1. Installation - Set up the library in your project
  2. Your First Component - Create a simple component
  3. Basic Examples - Explore working examples
  4. 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:

🆘 Need Help?