@snapcall/design-system
TypeScript icon, indicating that this package has built-in type declarations

1.18.0 • Public • Published

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-system

Usage

Inside a Tailwind project

First, update your tailwind config:

{
  content: ['./node_modules/@snapcall/design-system/dist/*.{js,mjs}',],
  presets: [require('@snapcall/design-system/dist/tailwind.config')],
}

Then, include the base style at the root of your app:

import '@snapcall/design-system/dist/style.css';

Inside a non-Tailwind project

Include the full style at the root of your app:

import '@snapcall/design-system/dist/tailwind.css';

Readme

Keywords

none

Package Sidebar

Install

npm i @snapcall/design-system

Weekly Downloads

31

Version

1.18.0

License

ISC

Unpacked Size

5.87 MB

Total Files

9

Last publish

Collaborators

  • tom2bec
  • jballanger
  • pnoyelle