@snapcall/design-system
v1.24.0
Published
This is SnapCall's design system, the goal is to use this library in all of our apps with the ability to re-use the same components everywhere.
Downloads
489
Readme
Design System
This is SnapCall's design system, the goal is to use this library in all of our apps with the ability to re-use the same components everywhere.
Storybook preview link (based on develop): https://d3iwrju745oc71.cloudfront.net
Installation
npm i @snapcall/design-systemUsage
Inside a Tailwind project
Update your tailwind config:
@import '@snapcall/design-system/tailwind.css';
@source '../node_modules/@snapcall/design-system';Inside a non-Tailwind project
Import the complete style in your app:
import '@snapcall/design-system/style.css';