react-sm-ui
Semantic UI rebuilt as React components.
Raison d'être
- I needed a comprehensive UI component library to use on my side projects.
- I am unsatisfied with Bootstrap (including boostrap 4 alpha) and Foundation for sites.
- I wanted to learn how to use Semantic UI.
Goals
- Create components for Semantic UI widgets without using any of Semantic UI's javascript.
Current status
The project is still in its infancy but you can check the demo to see what's already implemented.
To run the demo:
$ git clone https://github.com/shinzui/react-sm-ui.git
$ cd react-sm-ui && npm install && npm run demo
Then go to http://localhost:8080/demo
Alternatively, you can look at the closed component issues which has all the
fully implemented Semantic UI components.
Please note that the API will likely change as I use it on my projects.