A modern, fast, and beautiful React component library with comprehensive documentation
Built with Next.js 16 and Turbopack for blazing fast performance
Tailwind CSS 4 integration with customizable themes
Comprehensive documentation with live examples
Built with accessibility in mind, WCAG compliant
Full TypeScript support for type-safe development
Import only what you need for optimal bundle size
import { Button, Card, Input } from 'poodle'
function App() {
return (
<Card>
<h2>Welcome!</h2>
<Input placeholder="Enter your name" />
<Button variant="primary">Submit</Button>
</Card>
)
}Install Poodle and start building beautiful UIs today
npm install poodle