@gdo-bzh/linear-progress

yarn add @gdo-bzh/box react polished @xstyled/system @xstyled/styled-components styled-components

Usage no npm install needed!

<script type="module">
  import gdoBzhLinearProgress from 'https://cdn.skypack.dev/@gdo-bzh/linear-progress';
</script>

README

version

linear-progress

NPM JavaScript Style Guide

Install

yarn add @gdo-bzh/box react polished @xstyled/system @xstyled/styled-components styled-components
# or
npm i @gdo-bzh/box react polished @xstyled/system @xstyled/styled-components styled-components -S

Usage

import React from 'react'
import { LinearProgress } from '@gdo-bzh/linear-progress'

const DeterminateExample = () => <LinearProgress percent={50} />
const IndeterminateExample = () => <LinearProgress variant="indeterminate" />
const QueryExample = () => <LinearProgress variant="query" />

License

MIT © gdo-bzh