ventoji-components

npm install ventoji-components

Usage no npm install needed!

<script type="module">
  import ventojiComponents from 'https://cdn.skypack.dev/ventoji-components';
</script>

README

Build Status

codecov

Install

npm install ventoji-components

Simple use case

To use a component simply use:

import Button  from 'ventoji-components/Button';

or

import Button  from 'ventoji-components/lib/Button';

Using the last import approach you descrease the bundle size comparing with the previous one.