@guilhermevairo/mvs-ds
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Built With Stencil

Mvs Design System

Using these components

Script tag

  • Put a script tag similar to this <script src='https://unpkg.com/mvs-ds@0.0.1/dist/mvs-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 mvs-ds --save
  • Put a script tag similar to this <script src='node_modules/mvs-ds/dist/mvs-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 mvs-ds --save
  • Add an import to the npm packages import mvs-ds;
  • Then you can use the element anywhere in your template, JSX, html etc

Readme

Keywords

none

Package Sidebar

Install

npm i @guilhermevairo/mvs-ds

Weekly Downloads

0

Version

0.0.1

License

AGPL-3.0

Unpacked Size

1.21 MB

Total Files

215

Last publish

Collaborators

  • guilhermevairo