Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

BRL is a React library with Bootstrap components and utilities for faster UI development.

License

NotificationsYou must be signed in to change notification settings

dafengzhen/bootstrap-react-logic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

简体中文

Features

  • 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.

Installation

Before installation, ensure thatBootstrap is already installed in your project. You can install it via npm:

npm install bootstrap-react-logic

Usage

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>;

Available Components

For more examples and complete component documentation, please refer tothedocumentation.

Demo Project

See an example of using BRL in the project:prepforge

License

MIT

About

BRL is a React library with Bootstrap components and utilities for faster UI development.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp