Package Exports
- @useloops/design-system
- @useloops/design-system/dist/esm/index.js
- @useloops/design-system/dist/index.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 (@useloops/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
@useloops/design-system
The design system for the Loops platform and marketing website.
Generating new components
New components can be generated using npm run component
.
Synchronising icons with Figma
- Create a personal access token in Figma in Settings > Security > Personal access tokens
- Create
.env
file inscripts/useloops-icon-generator/.env
- Install packages:
cd scripts/useloops-icon-generator && npm install
- Run
npm run icons
from the root dir - Check the Brand Core/Icons story in storybook, verify expected icons have been updated