Campo UI

Campo UI is a Material Design front-end component library. It provides UI components like button, dropdown, dialog and so on, which are used to quickly build web UI.

Usage

Install package from npm:

$ npm install campo-ui

Add this content to your page head:

<link rel="stylesheet" href="/node_modulus/campo-ui/dist/css/campo-ui.css">
<script src="/node_modulus/campo-ui/dist/js/campo-ui.bundle.js" ></script>

Start use component:

<button type="button" class="button button--contained button--primary">BUTTON</button>

Read documents for more info.