Semantic UI rebuilt as React components.
- 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.
- Create components for Semantic UI widgets without using any of Semantic UI's javascript.
The project is under heavy development. The goal is to initially implement all components without their javascript behaviors for the 0.2 milestone. Please check the demo to see what's already implemented.
To run the demo:
$ git clone https://github.com/shinzui/react-semantic-ui-kit.git
$ cd react-semantic-ui-kit && 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.