bootstrap-react-logic
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-alpha.58 • Public • Published

Bootstrap React Logic

BRL is a React component library integrated with Bootstrap, offering a set of components and utilities to help developers build user interfaces in React applications, enhancing development efficiency.

简体中文

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 to integrate and maintain.

Installation

Before installation, ensure that Bootstrap 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. For example, to use the Button component:

import { Button } from 'bootstrap-react-logic';

<Button variant="primary">Primary</Button>;

Available Components

For more examples and complete component documentation, please refer to the documentation.

Demo Project

See an example of using BRL in the project: prepforge

License

MIT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.0-alpha.581latest
0.1.0-alpha.581alpha

Version History

VersionDownloads (Last 7 Days)Published
0.1.0-alpha.581
0.1.0-alpha.570
0.1.0-alpha.560
0.1.0-alpha.541
0.1.0-alpha.530
0.1.0-alpha.520
0.1.0-alpha.510
0.1.0-alpha.500
0.1.0-alpha.490
0.1.0-alpha.480
0.1.0-alpha.470
0.1.0-alpha.460
0.1.0-alpha.451
0.1.0-alpha.440
0.1.0-alpha.430
0.1.0-alpha.420
0.1.0-alpha.410
0.1.0-alpha.400
0.1.0-alpha.390
0.1.0-alpha.380
0.1.0-alpha.370
0.1.0-alpha.360
0.1.0-alpha.350
0.1.0-alpha.340
0.1.0-alpha.330
0.1.0-alpha.320
0.1.0-alpha.310
0.1.0-alpha.300
0.1.0-alpha.290
0.1.0-alpha.280
0.1.0-alpha.270
0.1.0-alpha.260
0.1.0-alpha.250
0.1.0-alpha.240
0.1.0-alpha.230
0.1.0-alpha.220
0.1.0-alpha.211
0.1.0-alpha.200
0.1.0-alpha.190
0.1.0-alpha.180
0.1.0-alpha.170
0.1.0-alpha.160
0.1.0-alpha.150
0.1.0-alpha.140
0.1.0-alpha.130
0.1.0-alpha.120
0.1.0-alpha.110
0.1.0-alpha.101
0.1.0-alpha.91
0.1.0-alpha.83
0.1.0-alpha.70
0.1.0-alpha.60
0.1.0-alpha.50
0.1.0-alpha.40
0.1.0-alpha.30
0.1.0-alpha.20
0.1.0-alpha.11
0.1.0-alpha.00

Package Sidebar

Install

npm i bootstrap-react-logic

Weekly Downloads

10

Version

0.1.0-alpha.58

License

MIT

Unpacked Size

1.14 MB

Total Files

529

Last publish

Collaborators

  • dafengzhen