@radica/ui
v0.0.3
Published
Radica UI is a library of web components built with Lit, inspired by Shadcn. This project aims to provide a set of reusable components for modern web applications.
Readme
Radica UI
Radica UI is a library of web components built with Lit, inspired by Shadcn. This project aims to provide a set of reusable components for modern web applications.
Table of Contents
Installation
To install the project, clone the repository and run the following command:
npm installThis will install all necessary dependencies, including TypeScript, Lit, and development tools.
Usage
After installation, you can import the components from the library in your project:
import {MyComponent} from 'radica-ui';Make sure to include the necessary styles and scripts in your HTML file.
Development
To start a local development server, run:
npm run serveThis will launch the Web Dev Server, allowing you to view your components in action.
Testing
To run the tests for the components, use:
npm run testThis will execute the tests using the Web Test Runner.
Contributing
Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
