Hey, we're in development. Prior to reaching v1.0.0:
- MINOR versions represent breaking changes
- PATCH versions represent fixes and features
- There are no deprecation warnings between releases
- You should consult the CHANGELOG and related issues/PRs for more information
See the Documentation for an introduction, usage information, and extensive examples.
These great products are built on Semantic UI React. Add yours here.
- Netflix's Edge Developer Experience team's numerous internal apps
- Amazon Publishing — the full-service publisher of Amazon — APub.com
- Microsoft's Teams prototyping
- https://gitconnected.com - The community for developers and software engineers
- http://stoplight.io
- https://roadmap.space
- https://edabit.com
- https://blackship.com
- http://www.brewhousesolutions.com
- https://www.seeuletter.com
- https://www.stackforge.co
- https://sublimefund.org
- https://thefaithcircle.com
- https://appfollow.io
- http://according.to.localsourc.es
- http://www.aircip.ir
- https://www.bailfacile.fr
- http://platform.nazarbazaar.ir
- https://build.games
- https://platform.forecastcycles.com
- https://www.findlectures.com
- https://github.com/ayastreb/bandwidth-hero
- https://re.yomeshgupta.com
- https://moneytracker.cc
- https://tax.cryptact.com
- https://www.hurriyetoto.com
- https://173app.com
- https://disten.se
This is a listing of example projects and guides that will help you integrate Semantic UI React into your new or existing projects.
Our example project right here in this repo. Includes theming examples.
Advanced universal starter with Semantic-UI-React. React/Redux/Lazy-loading/SSR/PWA.
This example modifies the well-known react-redux Todo List to use Semantic UI components. There is also a write-up on the process in the project README.
Yes. Just use <Icon className='my-icon' />
instead of <Icon name='my-icon' />
. See Semantic-Org#931 (comment) for detailed info and examples.
There are several options. Refer to our doc on CSS Usage.
Yes. Semantic UI React includes components that render valid Semantic UI HTML, no CSS is included. This allows you to load any Semantic UI CSS theme on top of your Semantic UI React app.
Here are some helpful links:
Help shape this library by weighing in on our RFC (request for comments) issues.
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 issue
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.
Elements | Collections | Views | Modules | Behaviors |
---|---|---|---|---|
✓ Button | ✓ Breadcrumb | ✓ Advertisement | ✓ Accordion | Form Validation |
✓ Container | ✓ Form | ✓ Card | ✓ Checkbox | API (NA) |
✓ Divider | ✓ Grid | ✓ Comment | ✓ Dimmer | ✓ Visibility |
✓ 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 |
- 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
On the latest clean master
:
yarn release:major
yarn release:minor
yarn release:patch
Releasing will update the changelog which requires github_changelog_generator.
Originally made for @TechnologyAdvice by @levithomason.
Big thanks to our contributors, especially:
- @layershifter for essentially taking over during @levithomason's unavailability
- @jcarbo for thoughtful engineering
- @jamiehill for early engineering and support