Skip to Content

Welcome to Poodle

A modern, fast, and beautiful React component library with comprehensive documentation

Features

Lightning Fast

Built with Next.js 16 and Turbopack for blazing fast performance

🎨

Beautiful Design

Tailwind CSS 4 integration with customizable themes

📚

Well Documented

Comprehensive documentation with live examples

Accessible

Built with accessibility in mind, WCAG compliant

🎯

TypeScript

Full TypeScript support for type-safe development

📦

Tree-shakeable

Import only what you need for optimal bundle size

Quick Example

import { Button, Card, Input } from 'poodle'

function App() {
  return (
    <Card>
      <h2>Welcome!</h2>
      <Input placeholder="Enter your name" />
      <Button variant="primary">Submit</Button>
    </Card>
  )
}

Ready to get started?

Install Poodle and start building beautiful UIs today

npm install poodle
Read installation guide →