0.0.6 • Published 4 months ago
mikey-ui v0.0.6
Web Components Library
I want to create a library of web components that is similar to shadcn in which the user can just type a command into the terminal to download and install a web component into a project.
Description
This library provides a collection of reusable web components that can be easily integrated into your projects. Users can download and install components via a simple command-line interface.
Installation
To install a web component, use the following command:
npx web-components-library install <component-name>
Replace <component-name>
with the name of the component you want to install.
Usage
After installing the component, you can import and use it in your project as follows:
import '<component-name>';
Available Components
- Component1
- Component2
- Component3