UNPKG

@bootstrap-styled/v4

Version:

twbs/bootstrap V4 UI Components made with bootstrap-styled. Work with css-in-js, react, styled-components, and Bootstrap Styled utilities.

13 lines (10 loc) 179 B
`<ProgressBar />` component example: ```js import { Progress, ProgressBar, } from '$PACKAGE_NAME'; <Progress> <ProgressBar valueNow={15} valueMax={100} /> </Progress> ```