alexrock / Semantic-UI-React

The official Semantic-UI-React integration

Home Page:http://react.semantic-ui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitter Circle Codecov Gemnasium npm

Hey, we're in development. Prior to reaching v1.0.0:

  1. MINOR versions represent breaking changes
  2. PATCH versions represent fixes and features
  3. There are no deprecation warnings between releases
  4. You should consult the CHANGELOG and related issues/PRs for more information

Help shape this library by weighing in on our RFC (request for comments) issues.

Documentation πŸ“˜

Getting started

Installation & Usage

See the Documentation for an introduction, usage information, and extensive examples.

Debugger

We use the debug module for debugging. You can turn debugging on and off via the localStorage.debug flag from the browser console. See the debug docs for more.

localStorage.debug = 'semanticUIReact:*'         // default, debug all components
localStorage.debug = 'semanticUIReact:dropdown'  // debug only the dropdown
localStorage.debug = null                        // turn debug off

Once you change the flag, you need to refresh your browser to see the changes in debug output.

How Can I Help?

Our CONTRIBUTING.md is a step-by-step setup and development guide. It is meant to be read from top to bottom. Once you're up to speed, each issue here includes more information on how you can help:

Issues labeled good first contribution are a great way to ease into development on this project.

We're seeking component parity with Semantic UI, plus some addons. There is an issue for every missing component, labeled new component. Just comment on the issue you'd like to take.

Any other issue labeled help wanted is ready for a PR.

Our Principles

TechnologyAdvice has been dogfooding Semantic-UI-React in production since fall of 2015. These are the guiding principles that have developed as a result:

  • No jQuery dependency
  • No animation dependencies
  • Reuse SUI CSS transitions
  • Simple declarative component APIs vs intricate HTML markup
  • Complete keyboard support
  • Complete SUI component definition support
  • Completely documented
  • Completely tested

Support

Elements Collections Views Modules Behaviors
βœ“ Button βœ“ Breadcrumb Advertisement βœ“ Accordion Form Validation
βœ“ Container βœ“ Form βœ“ Card βœ“ Checkbox API (NA)
βœ“ Divider βœ“ Grid βœ“ Comment βœ“ Dimmer Visibility (NA)
βœ“ Flag βœ“ Menu βœ“ Feed βœ“ Dropdown
βœ“ Header βœ“ Message βœ“ Item βœ“ Embed
βœ“ Icon βœ“ Table βœ“ Statistic βœ“ Modal
βœ“ Image βœ“ Popup
βœ“ Input βœ“ Progress
βœ“ Label βœ“ Rating
βœ“ List βœ“ Search
βœ“ Loader Shape
βœ“ Rail βœ“ Sidebar
βœ“ Reveal Sticky
βœ“ Segment Tab
βœ“ Step Transition

Releasing

On the latest clean master:

npm run release:major
npm run release:minor
npm run release:patch

Credit

Made with ❀️ @TechnologyAdvice, a ridiculous place to work.

Big thanks to our contributors, especially:

  • @jamiehill for early engineering and support
  • @jcarbo for thoughtful engineering and continual support
  • @layershifter for bringing momentum and continual support

About

The official Semantic-UI-React integration

http://react.semantic-ui.com

License:MIT License


Languages

Language:JavaScript 99.8%Language:HTML 0.2%