{"id":19692199,"url":"https://github.com/robeio/robe-react-ui","last_synced_at":"2026-03-11T14:09:46.882Z","repository":{"id":78846792,"uuid":"60777276","full_name":"robeio/robe-react-ui","owner":"robeio","description":"Robe React UI Components","archived":false,"fork":false,"pushed_at":"2017-07-24T22:31:55.000Z","size":98004,"stargazers_count":139,"open_issues_count":12,"forks_count":19,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-12-12T15:52:22.887Z","etag":null,"topics":["bootstrap","charts","googlemaps","react","react-bootstrap","reactjs","recaptcha","showcase"],"latest_commit_sha":null,"homepage":"http://robeio.github.io/robe-react-ui/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robeio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-06-09T13:33:53.000Z","updated_at":"2023-11-13T15:55:42.000Z","dependencies_parsed_at":"2023-06-09T14:15:36.632Z","dependency_job_id":null,"html_url":"https://github.com/robeio/robe-react-ui","commit_stats":{"total_commits":1040,"total_committers":17,"mean_commits":61.1764705882353,"dds":0.625,"last_synced_commit":"46c76e037cbe0b5a6068202c16d4fd1a07c05ade"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robeio%2Frobe-react-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robeio%2Frobe-react-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robeio%2Frobe-react-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robeio%2Frobe-react-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robeio","download_url":"https://codeload.github.com/robeio/robe-react-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231439065,"owners_count":18376836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","charts","googlemaps","react","react-bootstrap","reactjs","recaptcha","showcase"],"created_at":"2024-11-11T19:12:35.860Z","updated_at":"2026-03-11T14:09:41.845Z","avatar_url":"https://github.com/robeio.png","language":"JavaScript","readme":"![Showcase](./showcase.gif)\n# Robe-React-UI\n#### UI library built on top of \u003ccode\u003eReact-Bootstrap\u003c/code\u003e\n[![NPM](https://nodei.co/npm/robe-react-ui.png?downloads=true)](https://nodei.co/npm/robe-react-ui/)\n\n[![npm package](https://badge.fury.io/js/robe-react-ui.svg)](https://badge.fury.io/js/robe-react-ui)\n[![Build Status](https://travis-ci.org/robeio/robe-react-ui.svg?branch=master)](https://travis-ci.org/robeio/robe-react-ui)\n[![codecov](https://codecov.io/gh/robeio/robe-react-ui/branch/master/graph/badge.svg)](https://codecov.io/gh/robeio/robe-react-ui)\n[![Dependency Status](https://www.versioneye.com/user/projects/58232e6e73023b003f2875af/badge.svg)](https://www.versioneye.com/user/projects/58232e6e73023b003f2875af)\n\n#### Browsers support (will be updated)\n| \u003cimg src=\"./static/edge.png\" alt=\"IE / Edge\" width=\"16px\" height=\"16px\" /\u003e\u003c/br\u003eIE / Edge | \u003cimg src=\"./static/firefox.png\" alt=\"Firefox\" width=\"16px\" height=\"16px\" /\u003e\u003c/br\u003eFirefox | \u003cimg src=\"./static/chrome.png\" alt=\"Chrome\" width=\"16px\" height=\"16px\" /\u003e\u003c/br\u003eChrome | \u003cimg src=\"./static/safari.png\" alt=\"Safari\" width=\"16px\" height=\"16px\" /\u003e\u003c/br\u003eSafari | \u003cimg src=\"./static/opera.png\" alt=\"Opera\" width=\"16px\" height=\"16px\" /\u003e\u003c/br\u003eOpera |\n| :---------: | :---------: | :---------: | :---------: | :---------: |\n| 11+ | 15+| 20+ | 5.1+ | 25+ |\n\n**Note:** You need include [es5-shim](https://github.com/es-shims/es5-shim) and [es6-shim](https://github.com/paulmillr/es6-shim).\n\n ## [CHANGE LOG](./CHANGELOG.md)\n \n ## [CONTRIBUTION](./CONTRIBUTION.md)\n\n ## [ISSUE TEMPLATE](./ISSUE_TEMPLATE.md)\n\n Please take a look at [Project Site](http://robeio.github.io/robe-react-ui/)\n\nRRU = Robe-React-UI\n\n##### Motivation\n\nUI components built on top of [React-Bootstrap](https://react-bootstrap.github.io/).\n\n##### What's inside\n* [Webpack](https://webpack.github.io/) for all development (server,hotload etc.) and build (package, optimize, etc.) needs.\n* [Babel](https://babeljs.io/) for writing codes with ES6 syntax and transpiling them browser compatible codes. \n* [ESLint](http://eslint.org/) for protecting our nice formatted codes.\n* [Karma](https://karma-runner.github.io/0.13/index.html) for testing.\n* [React](https://facebook.github.io/react/) for ui.\n* [React-Bootstrap](https://react-bootstrap.github.io/) for ui components\n* [Recaptcha](https://github.com/appleboy/react-recaptcha) for ui reCAPTCHA component\n* [GoogleMap](https://github.com/istarkov/google-map-react) for ui GoogleMap component\n* [Enzyme](https://github.com/airbnb/enzyme) for ui testing\n* [Open-Color]\n\n### Documentation\n You can find detailed documentation at [robeio.github.io/robe-react-ui](http://robeio.github.io/robe-react-ui/)\n \n Site will include Component Showcase, JSDocs and more...\n\n\n### Quick Start\n\n#### 1. Get the latest version\nYou can start by cloning the latest version of RRU.\n\n#### 2. Run `npm install`\nThis will install both run-time project dependencies and developer tools listed\nin [package.json](./package.json) file.\n\n#### 3. How to start project in Development Mode\n\nThis will start the development server and serve site application.\n\n```shell\n$ npm start\n```\n  \nOpen Browser and enter `http://localhost:8080` (default) \n\n### How to Build for Production\n\nIf you need just to build the app (without running a dev server), simply run:\n\n```shell\n$ npm run-script build\n```\n \n#####  How to run Unit Tests.\n\n* Single Test Run with coverage for production.\n\n```shell\n$ npm test              # Run unit tests with Mocha\n```\n\n* Multi Test Run without coverage for development. \n\n\n```shell\n$ npm run testd         # Run unit tests with Mocha\n```\n\n* Development Test Examples \n\n\n```ssh\n    npm run testd Wizard\n```\n```ssh\n    npm run testd ./__test__/wizard/Wizard.spec.js\n```\n```ssh\n    npm run testd __test__/wizard/Wizard.spec.js\n```\n```ssh\n    npm run testd /Users/kamilbukum/DEV/robe/robe-react-ui/__test__/wizard/Wizard.spec.js\n```\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobeio%2Frobe-react-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobeio%2Frobe-react-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobeio%2Frobe-react-ui/lists"}