## How to Use This Skill When you need to work with a specific Flowbite component: 1. **Identify the component** you need from the index above 2. **Reference the documentation** by reading the corresponding markdown file 3. **Adapt the examples** to your specific use case 4. **Apply Tailwind utility classes** as shown in the examples ### Example Usage Pattern If you need to create a modal dialog: 1. Look for "Modal" in the Components section 2. Read `references/components/modal.md` for detailed examples 3. Copy and customize the appropriate example for your needs ### Component Structure Each component documentation includes: - **Default examples**: Basic component implementation - **Variants**: Different styles and configurations - **Sizes**: Various size options - **Colors**: Color scheme variations - **Customization**: How to modify and extend components - **Accessibility**: Proper ARIA labels and keyboard navigation - **Dark mode**: Support for dark mode variants ## Best Practices - Always include proper Tailwind CSS utility classes as shown in examples - Use semantic HTML elements for better accessibility - Test components in both light and dark modes when applicable - Ensure responsive design using Flowbite's responsive classes - Follow the exact class names and structure from the documentation for best results ## Additional Resources For more complex implementations or combinations of components, consult multiple component documentation files as needed. The references folder structure mirrors Flowbite's official documentation organization.