semente-js
v1.139.0
Published
Library of semente components:
Readme
Semente JS
Library of semente components:
npm run storybook
# or
yarn storybookStorybook
You can see the current components using this link
Deploy a new component
- Create the files on components folder
- Use
export conston components - Export the component on
src/index.tsfile
How to use
- Install the library
npm install semente-js
# or
yarn add semente-js- Add
import "semente-js/styles.css";to the_app.tsxfile - Add
colorsvariable to yourtailwind.config.js

