Package Exports
- @aftershootco/unicorn-design-system
- @aftershootco/unicorn-design-system/dist/index.cjs.js
- @aftershootco/unicorn-design-system/dist/index.esm.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@aftershootco/unicorn-design-system) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

Unicorn Design System
Unicorn Design System is Aftershoot's inbuilt library for using different react components with custom configurations in thier Desktop app.How to Build?
- Get the lastest pull
git pull
- Install all the dependencies
yarn
- Now build it.
yarn build
How to Publish?
To publish the library, follow the below steps -
- First push all your changes to the git on the
main
branch. - Login to the npm. This step will require you to enter your npm
username
,password
,email
, andOTP
sent to the email.
npm login
- Now run the following command to publish your package to the npm.
npm publish --access=public
How to Run Storybook?
- Take the latest pull
git pull
- Run the following command -
yarn storybook