0.0.0-experimental-61177c2 • Published 2 years ago

@wise/design-system v0.0.0-experimental-61177c2

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

@wise/design-system

Web implementation of Wise Design System.

Usage

With @transferwise/components

  1. Install the package:

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

    import "@wise/design-system/styles-legacy.css";

Without @transferwise/components

  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