All Projects → robeio → Robe React Ui

robeio / Robe React Ui

Licence: mit
Robe React UI Components

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Robe React Ui

Coreui React
CoreUI React.js UI Components. CoreUI for React.js replaces and extends the Bootstrap javascript. Components have been built from scratch as true React.js hook components, without jQuery and unneeded dependencies.
Stars: ✭ 239 (+79.7%)
Mutual labels:  bootstrap, react-bootstrap
git-space
A web application to view Github's user profile.
Stars: ✭ 14 (-89.47%)
Mutual labels:  charts, react-bootstrap
Blazorise
Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Bulma, AntDesign, and Material.
Stars: ✭ 2,103 (+1481.2%)
Mutual labels:  charts, bootstrap
Volt React Dashboard
A React.js admin dashboard template and UI library based on Bootstrap 5
Stars: ✭ 235 (+76.69%)
Mutual labels:  bootstrap, react-bootstrap
Next Express Bootstrap Boilerplate
⚡️ JavaScript boilerplate for a full stack app built using React.js, Next.js, Express.js, react-bootstrap, SCSS and full SSR with eslint.
Stars: ✭ 102 (-23.31%)
Mutual labels:  bootstrap, react-bootstrap
Ej2 Angular Ui Components
Syncfusion Angular UI components library offer more than 50+ cross-browser, responsive, and lightweight angular UI controls for building modern web applications.
Stars: ✭ 159 (+19.55%)
Mutual labels:  charts, bootstrap
Primereact
The Most Complete React UI Component Library
Stars: ✭ 2,393 (+1699.25%)
Mutual labels:  charts, bootstrap
Ej2 Javascript Ui Controls
Syncfusion JavaScript UI controls library offer more than 50+ cross-browser, responsive, and lightweight HTML5 UI controls for building modern web applications.
Stars: ✭ 256 (+92.48%)
Mutual labels:  charts, bootstrap
Schoolerp
SchoolERP Project is School ERP System which has various features as students management,accounts management,attendance management,faculty management,HR management,other expenses management
Stars: ✭ 95 (-28.57%)
Mutual labels:  charts, bootstrap
React Dashboard
🔥React Dashboard - isomorphic admin dashboard template (React.js, Bootstrap, Node.js, GraphQL, React Router, Babel, Webpack, Browsersync) 🔥
Stars: ✭ 1,268 (+853.38%)
Mutual labels:  bootstrap, react-bootstrap
Staradmin Free React Admin Template
Free React version of Star Admin
Stars: ✭ 109 (-18.05%)
Mutual labels:  bootstrap, react-bootstrap
React Bootstrap Webpack Starter
ReactJS 16.4 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components
Stars: ✭ 103 (-22.56%)
Mutual labels:  bootstrap, react-bootstrap
Devextreme Reactive
Business React components for Bootstrap and Material-UI
Stars: ✭ 1,800 (+1253.38%)
Mutual labels:  charts, bootstrap
React D3 Components
D3 Components for React
Stars: ✭ 1,599 (+1102.26%)
Mutual labels:  charts
Fraternate
Fraternate is a standalone copy of the GitHub organization and user interaction framework. Built with Mongo dB | Node.js® | Express.js | Handlebars.js | Bootstrap.
Stars: ✭ 130 (-2.26%)
Mutual labels:  recaptcha
Angular bootstrap spring
AngularJS, Restful, Spring, Spring Security, Hibernate,Bootstrap, Gulp in ES6, Maven
Stars: ✭ 125 (-6.02%)
Mutual labels:  bootstrap
Orama
Plug and play React charts
Stars: ✭ 125 (-6.02%)
Mutual labels:  charts
Pretty Checkbox
A pure CSS library to beautify checkbox and radio buttons.
Stars: ✭ 1,708 (+1184.21%)
Mutual labels:  bootstrap
Bselect
DEPRECATED - The select decorator component that was missing for Twitter Bootstrap.
Stars: ✭ 129 (-3.01%)
Mutual labels:  bootstrap
Orcharts
饼状图、环形图、扇形图、曲线图、折线图
Stars: ✭ 125 (-6.02%)
Mutual labels:  charts

Showcase

Robe-React-UI

UI library built on top of React-Bootstrap

NPM

npm package Build Status codecov Dependency Status

Browsers support (will be updated)

IE / EdgeIE / Edge FirefoxFirefox ChromeChrome SafariSafari OperaOpera
11+ 15+ 20+ 5.1+ 25+

Note: You need include es5-shim and es6-shim.

CHANGE LOG

CONTRIBUTION

ISSUE TEMPLATE

Please take a look at Project Site

RRU = Robe-React-UI

Motivation

UI components built on top of React-Bootstrap.

What's inside
  • Webpack for all development (server,hotload etc.) and build (package, optimize, etc.) needs.
  • Babel for writing codes with ES6 syntax and transpiling them browser compatible codes.
  • ESLint for protecting our nice formatted codes.
  • Karma for testing.
  • React for ui.
  • React-Bootstrap for ui components
  • Recaptcha for ui reCAPTCHA component
  • GoogleMap for ui GoogleMap component
  • Enzyme for ui testing
  • [Open-Color]

Documentation

You can find detailed documentation at robeio.github.io/robe-react-ui

Site will include Component Showcase, JSDocs and more...

Quick Start

1. Get the latest version

You can start by cloning the latest version of RRU.

2. Run npm install

This will install both run-time project dependencies and developer tools listed in package.json file.

3. How to start project in Development Mode

This will start the development server and serve site application.

$ npm start

Open Browser and enter http://localhost:8080 (default)

How to Build for Production

If you need just to build the app (without running a dev server), simply run:

$ npm run-script build
How to run Unit Tests.
  • Single Test Run with coverage for production.
$ npm test              # Run unit tests with Mocha
  • Multi Test Run without coverage for development.
$ npm run testd         # Run unit tests with Mocha
  • Development Test Examples
    npm run testd Wizard
    npm run testd ./__test__/wizard/Wizard.spec.js
    npm run testd __test__/wizard/Wizard.spec.js
    npm run testd /Users/kamilbukum/DEV/robe/robe-react-ui/__test__/wizard/Wizard.spec.js
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].