0.0.1 • Published 3 months ago

jason-kang-ui v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Jason-Kang-UI

Jason-Kang-UI is a comprehensive design system built with Tailwind CSS and Storybook, designed to empower developers and designers to build consistent and beautiful interfaces efficiently.

Installation

Install Jason-Kang-UI into your project with NPM:

npm install jason-kang-ui

Usage

After installation, you must import the main CSS file in your project to access the full range of styles provided by Tailwind CSS. Add the following line to the root of your project such as App.tsx or main.tsx:

import 'jason-kang-ui/index.css';

This ensures that all Jason-Kang-UI components render with the intended design specifications.

Components

Jason-Kang-UI offers a wide range of components that are ready to use in your projects. To see the components available and learn how to use them, refer to the Storybook documentation provided with the package.

Contributing

We welcome contributions to the Jason-Kang-UI project! If you have suggestions for improvements or encounter any issues, please feel free to open an issue or submit a pull request.