A modern React component library built with Tailwind CSS and Radix UI. Beautiful, accessible, and customizable components for building care applications.
Install components from the Care UI registry using the shadcn CLI:
npx shadcn@latest add button --registry https://careui.vercel.appnpx shadcn@latest add button --registry https://careui.vercel.appnpx shadcn@latest add button input label card --registry https://careui.vercel.appAdd to your components.json:
{
"registries": {
"care-ui": "https://careui.vercel.app"
}
}Then install with:
npx shadcn@latest add care-ui:buttonVisit careui.vercel.app for:
- Live component previews
- Interactive examples
- Installation guides
- API documentation
- Usage patterns
Over 50+ components including:
- Form Controls: Button, Input, Select, Checkbox, Switch, Radio, Textarea
- Layout: Card, Tabs, Accordion, Table, Sidebar, Breadcrumb
- Overlay: Dialog, Drawer, Sheet, Popover, Tooltip, Dropdown Menu
- Feedback: Alert, Toast, Progress, Skeleton, Badge, Avatar
- Utilities: Scroll Area, Resizable, Toggle, Carousel, Chart
- React 19 - UI library
- TypeScript - Type safety
- Tailwind CSS 4 - Styling
- Radix UI - Accessible primitives
- Vite - Build tool
- shadcn/ui - Component architecture
See REGISTRY.md for detailed component list and installation instructions.
Contributions are welcome! Please read our contributing guidelines before submitting PRs.
MIT License - see LICENSE file for details.
- Website: careui.vercel.app
- Registry: careui.vercel.app/registry.json
- Repository: github.com/vinutv/careui