All Projects → richardzcode → bootstrap-4-react

richardzcode / bootstrap-4-react

Licence: MIT License
Bootstrap 4 React components

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to bootstrap-4-react

Responsiveframework
Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
Stars: ✭ 476 (+2405.26%)
Mutual labels:  responsive, bootstrap4, webapp
Passwordcockpit
Passwordcockpit is a simple, free, open source, self hosted, web based password manager for teams. It is made in PHP, Javascript, MySQL and it run on a docker service. It allows users with any kind of device to safely store, share and retrieve passwords, certificates, files and much more.
Stars: ✭ 34 (+78.95%)
Mutual labels:  responsive, webapp
Quick Free Bootstrap Theme
Free Bootstrap 4 Theme perfect for building responsive, mobile-first projects on the web suitable for businesses, startups, and agencies.
Stars: ✭ 31 (+63.16%)
Mutual labels:  responsive, bootstrap4
Flutterwebsite
The flutter.dev website recreated in Flutter. https://gallery.codelessly.com/flutterwebsites/flutterwebsite
Stars: ✭ 76 (+300%)
Mutual labels:  responsive, webapp
Argon Dashboard
Argon - Dashboard for Bootstrap 4 by Creative Tim
Stars: ✭ 429 (+2157.89%)
Mutual labels:  responsive, bootstrap4
Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+122457.89%)
Mutual labels:  responsive, bootstrap4
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (+6147.37%)
Mutual labels:  responsive, bootstrap4
Journal Aws Amplify Tutorial
Step by step tutorial to build a personal journal web app with aws-amplify
Stars: ✭ 227 (+1094.74%)
Mutual labels:  bootstrap4, webapp
Bootstrap4 Fs Modal
A simple way to improve UX of Bootstrap 4 modals on mobile phones.
Stars: ✭ 102 (+436.84%)
Mutual labels:  responsive, bootstrap4
Lightning Admin Angular
A mobile first design of a responsive admin template built with angular and bootstrap
Stars: ✭ 107 (+463.16%)
Mutual labels:  responsive, bootstrap4
Paper Kit 2 Angular
Free Bootstrap 4 UI Kit for Angular 2+
Stars: ✭ 133 (+600%)
Mutual labels:  responsive, bootstrap4
Coderedcms
A content management system for marketing websites based on Django and Wagtail.
Stars: ✭ 386 (+1931.58%)
Mutual labels:  responsive, bootstrap4
react-notification-alert
React bootstrap 4 notification alert
Stars: ✭ 34 (+78.95%)
Mutual labels:  responsive, bootstrap4
Modularosticket
Adaptation of ModularAdmin for Osticket v.1.11
Stars: ✭ 24 (+26.32%)
Mutual labels:  responsive, bootstrap4
englishextra.github.io
English Grammar for Russian-Speakers, a PWA website + SPA
Stars: ✭ 19 (+0%)
Mutual labels:  responsive, webapp
Bootstrap Dark
The Definitive Guide to Dark Mode and Bootstrap 4 - A proof of concept
Stars: ✭ 54 (+184.21%)
Mutual labels:  responsive, bootstrap4
Coreui
Open Source UI Kit built on top of Bootstrap 4 and plain JavaScript without any additional libraries like jQuery
Stars: ✭ 361 (+1800%)
Mutual labels:  bootstrap4, webapp
Vscode Powertools
A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code.
Stars: ✭ 150 (+689.47%)
Mutual labels:  bootstrap4, webapp
Angular Generic Table
A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.
Stars: ✭ 100 (+426.32%)
Mutual labels:  responsive, bootstrap4
Startup Landing
Collection of free top of the line startup landing templates built using react/nextjs/gatsby. Free to download, simply edit and deploy! Updated weekly!
Stars: ✭ 176 (+826.32%)
Mutual labels:  responsive, webapp

bootstrap-4-react

License: MIT npm version npm downloads GitHub last commit

Bootstrap 4 React components.

This library helps render Bootstrap 4 markups in React. Developers can always fall back to Bootstrap original syntaxes for advanced cases.

Get started

npm install --save bootstrap-4-react

Then start adding components, no additional CSS/JS needed.

import React, { Component } from 'react';
import { Alert } from 'bootstrap-4-react';

export default class App extends Component {
  render() {
    return <Alert primary>Primary Alert</Alert>
  }
}

Documentation

Documentation is built by bootstrap-4-react itself, check source code

Examples

Rewrite Bootstrap examples in React

bootstrap-4-react site examples

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].