@loadsmart/loadsmart-ui

Miranda UI, a React UI library

Usage no npm install needed!

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

README

Miranda UI

npm package semantic-release

Miranda UI is an React components library for. It works with Styled Components.

Steps to install

  1. Install node 11
  2. Install dependencies: yarn

Usage

yarn add @loadsmart/loadsmart-ui

or

npm install @loadsmart/loadsmart-ui

Demo

You can check our Storybook here.

Development

Clone locally:

$ git clone https://github.com/loadsmart/loadsmart-ui.git
$ cd loadsmart-ui
$ yarn
$ yarn dev

Open your browser and visit http://localhost:6006

We use semantic-release to evaluate our commits and trigger automatic release to NPM. For that, please make sure to follow Conventional Commits, so your changes and will properly be evaluated and published, if that's the case.