1.0.189 • Published 2 years ago

react-pure-bootstrap v1.0.189

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

React Pure Bootstrap

React components using pure Bootstrap 5+ which does not contain any external style and script libraries. You can load Bootstrap css libraries separately in your project.


Key Features

  1. Components are compatible with gRPC, REST APIs, GraphQL self-packaging, uniformly use Classes and their methods to introduce interfaces
  2. Enhanced user interaction, flexible use in asynchronous and synchronous states
  3. Introduce appropriate component .css files as needed, only for some components with special needs. Most of them can directly use Bootstrap's official style sheet.

Components List

Here is a table of the components and their status.

WEB ELEMENTSFORMSINTERACTIONLAYOUTNAVIGATION
Accordion ❏Input ✅Infinite Scroll ❏Grid ❏Navigation ❏
Accordion Slider ❏Password Input ❏Image Perspective Hover ❏Gallery ❏Dropdown Menu ✅
Back To Top ✅Merge Input ❏Mousewheel Interaction ❏Multilevel Dropdown Menu ✅
Button ❏Tag Input ❏Parallax ❏
Card ❏Textarea ✅Scroll Reveal ❏
Content Placeholder ❏Select ✅Sticky Elements ❏
Counter ❏Cascading Select ✅Mode Switch ✅
Hybrid Content Slider ❏Checkbox ✅
Image Shapes ❏Radio ✅
Lightbox ❏Multi Select ❏
List Bulleted ❏Single Select ❏
Modal Dialog ✅LiveSearch ✅
Pagination ✅Number ❏
Table ❏SearchBar ✅
Periodical Scroll ❏Switch ❏
Progress Bar ❏Dynamic Fields ❏
Rating ❏File ✅
Seamless Scrolling Element ❏File Field ❏
Show More Less ✅Cascading Select End-to-end ✅
Slideshow ❏
Table Grid ❏
Table Sorter ❏
Tabs ✅
Timeline ❏
Toaster ✅
Tooltip ❏
Digital Clock ✅

Usage

First, you need to install it:

$ npm i react-pure-bootstrap

Next, import required components as required

import Input from 'react-pure-bootstrap/Input';
import Textarea from 'react-pure-bootstrap/Textarea';
import CascadingSelect from 'react-pure-bootstrap/CascadingSelect';

// component styles
import 'react-pure-bootstrap/CascadingSelect/index.css';

or

import { 
    Input,
    Textarea,
    CascadingSelect
} from 'react-pure-bootstrap';

// component styles
import 'react-pure-bootstrap/CascadingSelect/index.css';

or

const Input = require('react-pure-bootstrap').Input;
const Textarea = require('react-pure-bootstrap').Textarea;
const CascadingSelect = require('react-pure-bootstrap').CascadingSelect;

// component styles
import 'react-pure-bootstrap/CascadingSelect/index.css';

Licensing

Licensed under the MIT.

1.0.189

2 years ago

1.0.188

2 years ago

1.0.187

2 years ago

1.0.185

2 years ago

1.0.184

2 years ago

1.0.182

2 years ago

1.0.181

2 years ago

1.0.180

2 years ago

1.0.178

2 years ago

1.0.177

2 years ago

1.0.176

2 years ago

1.0.175

2 years ago

1.0.172

2 years ago

1.0.171

2 years ago

1.0.170

2 years ago

1.0.168

2 years ago

1.0.167

2 years ago

1.0.166

2 years ago

1.0.163

2 years ago

1.0.162

2 years ago

1.0.160

2 years ago

1.0.159

2 years ago

1.0.158

2 years ago

1.0.157

2 years ago

1.0.155

2 years ago

1.0.154

2 years ago

1.0.153

2 years ago

1.0.152

2 years ago

1.0.151

2 years ago

1.0.147

2 years ago

1.0.146

2 years ago

1.0.145

2 years ago

1.0.144

2 years ago

1.0.143

2 years ago

1.0.133

2 years ago

1.0.132

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago