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

0.1.2 • Public • Published

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>

Package Sidebar

Install

npm i @m4thieulavoie/design-system

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

63.4 kB

Total Files

98

Last publish

Collaborators

  • m4thieulavoie