/mnv-ds

First batch of components for the future design system web services

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Built With Stencil

Mnv Design System

Using these components

Script tag

  • Put a script tag similar to this <script src='https://unpkg.com/mnv-ds@0.0.1/dist/mnv-ds.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

Node Modules

  • Run npm install mnv-ds --save
  • Put a script tag similar to this <script src='node_modules/mnv-ds/dist/mnv-ds.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

In a stencil-starter app

  • Run npm install mnv-ds --save
  • Add an import to the npm packages import mnv-ds;
  • Then you can use the element anywhere in your template, JSX, html etc