[](http://commitizen.github.io/cz-cli/) [](https://github.co
   
This package serves as the core design system for all Picsart frontend applications. It provides a consistent and unified set of user interface components, as well as reusable services and helper functions for internal products.
- npm >=10.5.2 - package compatibility starts from specified version
- Node >=20.0.0 - corresponding version with npm
- ReactJs >=18.0.0 - application is using React Hooks, which is in stable release started from this version
- Chrome (>=63.0.0.0)
- Mozilla (>=58.0.0)
- Safari (>=10.0.0)
- IE (>=11)
- Edge (all versions)
- Opera (>=50.0.0)
npm install @picsart/design-system
1. Generate GitLab Personal access token
Open this link
2. Add @Picsart registry to your npm global configs using command below
npm config set -- '@picsart:registry' 'https://gitlab.com/api/v4/packages/npm/'
npm config set -- '//gitlab.com/api/v4/packages/npm/:_authToken' '
See the documentation here
🧪 Dev Commands
npm install
npm run storybook # Launch Storybook
npm run bundle