0.1.2 • Published 2 years ago

@m4thieulavoie/design-system v0.1.2

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

matt-design-system

Netlify Status

Installation

First, make sure to install the package via either NPM or Yarn

# npm
npm i @m4thieulavoie/design-system
# yarn
yarn add @m4thieulavoie/design-system

Next, make sure to register the components in your app index JavaScript/TypeScript file.

import bootstrap from "@m4thieulavoie/design-system";

bootstrap();

Lastly, you'll want to wrap your app with the theme provider component in order for the custom properties to be registered.

<body>
  <matt-theme-provider>insert your app content here</matt-theme-provider>
</body>
0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago