tekit-ui
v1.0.2
Published
Tekit UI is a React (TypeScript) component library that allows you to quickly and easily add predefined components to your project via the command line.
Downloads
6
Readme
Tekit UI
Tekit UI is a React (TypeScript) component library that allows you to quickly and easily add predefined components to your project via the command line.
Installation
To use Tekit UI, you only need npx
. There's no need to install the package globally. You can run the command directly from any location in your project.
Usage
To add a component to your project, use the following command:
npx tekit-ui add {component}
Where {component}
is the name of the component you want to add. For example, to add the FileTrigger component, you would run:
npx tekit-ui add FileTrigger
This command will download the component from the repository and place it in the src/components/ui/ directory of your project. Here are some examples of components you can add:
- FileTrigger
[!NOTE] Make sure that the name of the component you are adding matches exactly with the filename in the repository.
License
This project is licensed under the MIT License.