edusogno-ui
v0.1.2
Published
Based on https://ui.shadcn.com This is a collection of common ui components commonly used on the following platforms - Tutor - Checkout - Academy - Simulator To use in any new projects - Add the code below to your imports in your `main.tsx` file ``im
Downloads
78
Readme
This is not a UI Framework!!
Based on https://ui.shadcn.com This is a collection of common ui components commonly used on the following platforms
- Tutor
- Checkout
- Academy
- Simulator To use in any new projects
- Add the code below to your imports in your
main.tsx
fileimport 'edusogno-ui/css'
- Next add the code below to you
tailwind.config.js
presets: [require('edusogno-ui/presets.js')],
#Work still in progress- Run
npm install edusogno-ui
to install this package This documentation will be updated with the npm package name
-Stable Versions --0.0.2 --0.0.3-beta4