Documentation
Complete guide to using TailDev components in your projects
Getting Started with TailDev
1. Installation
TailDev components are built with Tailwind CSS. Make sure you have Tailwind CSS installed in your project:
npm install -D tailwindcss postcss autoprefixer
2. Copy Components
Browse our component library and copy the code you need. Each component is self-contained and ready to use.
- • Navigate to the component you want to use
- • Click the "Copy Code" button
- • Paste it into your project
3. Customize
Modify the Tailwind CSS classes to match your design requirements. All components are fully customizable.