0.0.5 • Published 10 months ago

@nanobits/react-ui v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

nanobits-react-ui

It a react component library with bootstrap 5 support.

Usage

Install bootstrap 5 into your project and import `@import 'bootstrap/dist/css/bootstrap.min.css'` at the top of your css or scss file.
import { Container, Row, Col } from 'nanobits-react-ui'

<Container>
    <Row>
        <Col></Col>
    </Row>
</Container>


use all bootstrap 5 class to design