- Notifications
You must be signed in to change notification settings - Fork0
BRL is a React library with Bootstrap components and utilities for faster UI development.
License
dafengzhen/bootstrap-react-logic
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
BRL is a React component library integrated withBootstrap, offering a set of components andutilities to help developers build user interfaces inReact applications, enhancing developmentefficiency.
- Bootstrap Integration: Consistent with Bootstrap UI elements, ensuring unified appearance and behavior.
- Built with React: Components are built using React, following React development patterns, making them easy tointegrate and maintain.
Before installation, ensure thatBootstrap is already installed in your project. You can install it via npm:
npm install bootstrap-react-logic
Import Bootstrap styles: To ensure BRL components are styled correctly, first import the global CSS file:
import'bootstrap-react-logic/dist-lib/bootstrap-react-logic.css';
Import and use BRL components: Now you can use the components provided by BRL just like any other React component. Forexample, to use the Button component:
import{Button}from'bootstrap-react-logic';<Buttonvariant="primary">Primary</Button>;
For more examples and complete component documentation, please refer tothedocumentation.
See an example of using BRL in the project:prepforge
About
BRL is a React library with Bootstrap components and utilities for faster UI development.
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Contributors2
Uh oh!
There was an error while loading.Please reload this page.