moen-components
v0.3.21
Published
frontend web components used @ moen marin
Readme
moen-components npm package
Vue3 component library for m-link.no. The library storybook is found here.
Usage
Install with
yarn add "moen-components"or
npm install "moen-components"Import your desired components by including import { DesiredComponent1, DesiredComponent2, etc. } from 'moen-components'; in the script tag.
Also remember to import the style sheet by including import 'moen-components/dist/style.css'; in the main.js file.
