Skip to content

Latest commit

Β 

History

History
91 lines (61 loc) Β· 2.15 KB

File metadata and controls

91 lines (61 loc) Β· 2.15 KB

Care UI

A modern React component library built with Tailwind CSS and Radix UI. Beautiful, accessible, and customizable components for building care applications.

πŸš€ Quick Start

Install components from the Care UI registry using the shadcn CLI:

npx shadcn@latest add button --registry https://careui.ohc.network

πŸ“¦ Installation

Single Component

npx shadcn@latest add button --registry https://careui.ohc.network

Multiple Components

npx shadcn@latest add button input label card --registry https://careui.ohc.network

Set as Default Registry

Add to your components.json:

{
  "registries": {
    "care-ui": "https://careui.ohc.network"
  }
}

Then install with:

npx shadcn@latest add care-ui:button

πŸ“š Documentation

Visit careui.ohc.network for:

  • Live component previews
  • Interactive examples
  • Installation guides
  • API documentation
  • Usage patterns

🎨 Components

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

View all components β†’

πŸ› οΈ Tech Stack

  • React 19 - UI library
  • TypeScript - Type safety
  • Tailwind CSS 4 - Styling
  • Radix UI - Accessible primitives
  • Vite - Build tool
  • shadcn/ui - Component architecture

πŸ“– Registry

See REGISTRY.md for detailed component list and installation instructions.

🀝 Contributing

Contributions are welcome! Please read our contributing guidelines before submitting PRs.

πŸ“„ License

MIT License - see LICENSE file for details.

πŸ”— Links