bruno-ui

Bruno UI Kit

Usage no npm install needed!

<script type="module">
  import brunoUi from 'https://cdn.skypack.dev/bruno-ui';
</script>

README

Build With Stencil npm Build Status

Bruno UI Kit

Getting Started

run:

npm install
npm start

To watch for file changes during develop, run:

npm run dev

To build the component for production, run:

npm run build

To run the unit tests for the components, run:

npm test