synarion-component
v0.1.9
Published
A package for adding components to your project. Read More [Synarion IT Solutions](https://www.synarionit.com/).
Readme
Getting Started with Synarionit reusable component
A package for adding components to your project. Read More Synarion IT Solutions.
Usage
- For work with
Synarionit resusable componentyou need to setuptailwind cssin your project.
npm i tailwindcssnpm i synarion-componentExample
import { Button } from "synarion-component";
export function App() {
return <Button label="Enter" kind="primary" />
}