creative-ui

Install

Usage no npm install needed!

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

README

creative-ui

Get started

Install

yarn add creative-ui
# or
npm install --save creative-ui

Use

import { Loader } from 'creative-ui'

const App = () => {
  return (
    <div>
      <Loader progress={0.5}></Loader>
    </div>
  )
}

Examples