meta-alert

Mixin that contains generic alert methods

Usage no npm install needed!

<script type="module">
  import metaAlert from 'https://cdn.skypack.dev/meta-alert';
</script>

README

meta-alert

pipeline status coverage report

Input component type boolean based on a checkbox to be used within forms. It contains all required validations.

Installation

yarn add @meta/alert

If yarn cannot find component in registry, run:

npm set registry http://gitlab.meta.com.br:4873
npm adduser --registry http://gitlab.meta.com.br:4873

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.