Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhudson8/react-semantic-ui
React components for semantic-ui
https://github.com/jhudson8/react-semantic-ui
Last synced: 7 days ago
JSON representation
React components for semantic-ui
- Host: GitHub
- URL: https://github.com/jhudson8/react-semantic-ui
- Owner: jhudson8
- License: mit
- Created: 2014-04-21T01:31:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T17:41:30.000Z (over 9 years ago)
- Last Synced: 2024-10-29T03:08:25.270Z (11 days ago)
- Language: JavaScript
- Size: 428 KB
- Stars: 213
- Watchers: 14
- Forks: 25
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-semantic-ui - React Semantic-UI Components - UI. (Frontend)
- awesome-starred - jhudson8/react-semantic-ui - React components for semantic-ui (others)
README
react-semantic-ui
=================[React](http://facebook.github.io/react/) components for [semantic-ui](http://semantic-ui.com/). See [individual component docs](https://github.com/jhudson8/react-semantic-ui/tree/master/docs) for more details.
The purpose of this project is not to recreate every semantic-ui component but only where it makes sense and React components can add value.
* wrap up larger sets of HTML into a meaningful component
* if a component deals with user input where it can effictively manage state
* if a component can benefit from data driven properties to reneer itself in a dynamic wayInstallation
==============
* Browser: include *react-semantic-ui[.min].js* after the listed dependencies
* CommonJS: ```global.rsui = require('react-semantic-ui')(require('react'));```Dependencies
--------------
* [React](http://facebook.github.io/react/)
* [react-mixin-manager](https://github.com/jhudson8/react-mixin-manager)
* [semantic-ui](http://semantic-ui.com/) (browser only)Examples
--------
See the [documentation](https://github.com/jhudson8/react-semantic-ui/tree/master/docs) for usage details- [Buttons](http://jhudson8.github.io/react-semantic-ui/examples/form/Button.html)
- [Forms and Controls](http://jhudson8.github.io/react-semantic-ui/examples/form/FormAndControl.html)
- [Basic Input Fields](http://jhudson8.github.io/react-semantic-ui/examples/input/BasicFields.html)
- [Checkboxes](http://jhudson8.github.io/react-semantic-ui/examples/input/Checkbox.html)
- [Dropdowns](http://jhudson8.github.io/react-semantic-ui/examples/input/Dropdown.html)
- [RadioGroups](http://jhudson8.github.io/react-semantic-ui/examples/input/RadioGroup.html)
- [Paginators](http://jhudson8.github.io/react-semantic-ui/examples/layout/Paginator.html)
- [Menu](http://jhudson8.github.io/react-semantic-ui/examples/layout/Menu.html)
- [Tabs](http://jhudson8.github.io/react-semantic-ui/examples/layout/Tabs.html)
- [Tables](http://jhudson8.github.io/react-semantic-ui/examples/layout/Table.html)### Other React projects that may interest you
* [jhudson8/react-mixin-manager](https://github.com/jhudson8/react-mixin-manager)
* [jhudson8/react-backbone](https://github.com/jhudson8/react-backbone)
* [jhudson8/react-events](https://github.com/jhudson8/react-events)
* [jhudson8/react-chartjs](https://github.com/jhudson8/react-chartjs)