Skip to content

ngsru/semantic-react

 
 

Repository files navigation

Semantic React

View current documentation WIP

Many components are still undocumented, though they are fully functional

This project is a complete Semantic UI (SUI) to React. Currently, the majority of SUI has been ported to React however, much of the components are still untested. Major issues going forward include testing, documentation and various enhancements.

Approach

Semantic-react uses react for any DOM changes. All animations are style-based, so we don't touch the DOM without React knowing.

Other Semantic UI projects out there, like react-semantify, are bindings for semantic-ui's existing javascript. So you'll need react-semantify, semantic-ui and jquery installed to use it. (around 400kb minified in overhead)

semantic-react (in its current state) is around 178kb, and there are no external dependencies besides React and ReactDOM. Once complete, the file size is expected end up around 200kb.

Contributions

The project is currently in its infancy, however, much of the porting is complete. If you would like to contribute to the project, fork and follow the instructions below:

Installation

npm install
npm run styleguide-server

Releases

Presently the only public release is well-behind the current master. The current plan is to complete testing and documentation for all components prior to an official first release.

Depending on your interest, an excellent place to begin contributing is the High priority issues.

devDependency Status

Dependency Status

About

React components for Semantic UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • HTML 0.1%