0.0.0-experimental-62c4349 • Published 3 years ago

@wise/design-system v0.0.0-experimental-62c4349

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@wise/design-system

Web implementation of Wise Design System.

Usage

  1. Install the package, optionally with its referenced fonts:

    pnpm add @wise/design-system @fontsource-variable/inter
  2. Import styles from your app’s root:

    import "@fontsource-variable/inter";
    import "@wise/design-system/styles.css";

Contributing

First, start the development server:

pnpm run dev

Then, you may modify components and stories within the src/ directory and see your changes take place in real time.

0.0.0

3 years ago