@gdo-bzh/linear-progress
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc.8 • Public • Published

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

Package Sidebar

Install

npm i @gdo-bzh/linear-progress

Weekly Downloads

1

Version

1.0.0-rc.8

License

MIT

Unpacked Size

20.3 kB

Total Files

8

Last publish

Collaborators

  • gdo