0.4.5 โ€ข Published 4 months ago

health-cloud-design-system v0.4.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Shadcn Design System

A customizable design system built with React, Tailwind CSS, and shadcn/ui components.

Features

  • ๐ŸŽจ Fully customizable components
  • ๐Ÿงฉ Modular architecture
  • ๐Ÿ“ฆ Easy to install and use
  • ๐Ÿ” TypeScript support
  • ๐ŸŽฏ Accessible components
  • ๐Ÿ“š Comprehensive documentation
  • ๐Ÿงช Storybook integration

Installation

npm install health-cloud-design-system

Usage

import { Button } from 'health-cloud-design-system';

function App() {
  return <Button>Click me</Button>;
}

Documentation

Comprehensive documentation for each component is available in this link

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT