@gdo-bzh/linear-progress
v1.0.0-rc.8
Published
![version](https://img.shields.io/npm/v/@gdo-bzh/linear-progress)
Downloads
18
Readme
linear-progress
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