brahma-ui
v1.1.68
Published
Brahma ui package contained shared components
Downloads
62
Keywords
Readme
Creating new components
Running locally
- Clone package your machine
- Run npm link on root folder
- Run npm link brahma-ui on desired project
- Import components normally
Creating new components
- Under Components folder create a new folder following the structure from other components
- Export it on components/index.ts
If first time publishing
- Run npm adduser
Publishing
- Bump version on package.json
- Push to GitHub to repo synced
- Login with your npm account
- Run npm run build
- Run npm publish