GitPedia

React ui roundup

A one-stop-shop for comparing the features of all the best React frameworks. Useful for designers and engineers alike!

From dimitropoulosยทUpdated May 8, 2026ยทView on GitHubยท

Are you a frontend developer or designer? Do you wish you had a one-stop-shop where you could check out the various implementations of common components? If so - React UI Roundup is for you! The project is written primarily in TypeScript, first published in 2019. Key topics include: ant-design, antd, atlaskit, blueprint, blueprintjs.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

React UI Roundup

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Are you a frontend developer or designer? Do you wish you had a one-stop-shop where you could check out the various implementations of common components? If so - React UI Roundup is for you!

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** --> <!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

About

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

I decided to make this project while contributing an Alert component to material-ui. While thinking about that component, it was HUGELY helpful to review other implementations from everything from feature set, DOM structure, CSS usage, theming integration, prop naming, and more. I wanted something where I could stand back at a distance and look at many high-quality implementations of a similar component while I researched - so I made this project.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

An even more better version of this exact document is available at react-ui-roundup.dimitrimitropoulos.com. It has special "Open All" buttons that allow you to open every link in a table with one click! Also, the Framework Statistics section on the website is always up to date since it pulls the data in realtime when you load the page.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Frameworks

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Framework Statistics

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->
NameHomepageRepositoryStarsForksIssuesLicense
Ant Designant.designant-design/ant-design82,19936,207929MIT
Atlaskitatlassian.designbitbucket.org/atlassian/atlaskit-mk-2--------
Blueprintblueprintjs.compalantir/blueprint19,3382,062669Apache 2.0
Carbon Designreact.carbondesignsystem.comcarbon-design-system/carbon5,9731,405541Apache 2.0
Chakra UIchakra-ui.com/docschakra-ui/chakra-ui28,9982,58984MIT
Elastic UIelastic.github.io/euielastic/eui5,350714354Other
Elementelement.eleme.ioElemeFE/element52,72614,2462,301MIT
Elemental UIelemental-ui.comelementalui/elemental4,32224249MIT
Evergreenevergreen.segment.comsegmentio/evergreen11,82181745MIT
Fluent UIdeveloper.microsoft.com/en-us/fluentuimicrosoft/fluentui14,1132,316675Other
Gestaltgestalt.netlify.apppinterest/gestalt4,02332115Apache 2.0
Grommetv2.grommet.iogrommet/grommet8,048982198Apache 2.0
MUImui.com/material-ui/mui/material-ui81,91528,2291,278MIT
Onsen UIonsen.ioOnsenUI/OnsenUI8,6411,024104--
Orbitorbit.kiwikiwicom/orbit1,25412826MIT
Prime Reactprimefaces.org/primereactprimefaces/primereact3,190647200MIT
Quasarquasar.devquasarframework/quasar22,1212,979448MIT
React Bootstrapreact-bootstrap.github.ioreact-bootstrap/react-bootstrap21,1603,417164MIT
React Toolboxreact-toolbox.ioreact-toolbox/react-toolbox8,7001,040268MIT
react-mdreact-md.devmlaursen/react-md2,32231652MIT
Ring UIjetbrains.github.io/ring-ui/master/index.html?path=/docsJetBrains/ring-ui3,2931917Apache 2.0
Semantic UIsemantic-ui.comSemantic-Org/Semantic-UI50,1955,1081,059MIT
Smooth UIsmooth-code.com/open-source/smooth-uismooth-code/smooth-ui1,60311410MIT
Zendesk Gardengarden.zendesk.comzendeskgarden/react-components1,0308615Apache 2.0
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

all of the above statistics were last updated Wed, 12 Oct 2022 18:16:19 GMT. For real-time data, see the website.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Framework Features

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Criteria

  • Native Dark Mode: The project is made with dark-mode styling in mind. An out-of-the-box dark mode is either used on the docs site itself or well documented and easy to configure.
  • Design Kits: Ready-made resources exist for designers such as Sketch or Figma download packs.
  • RTL Support: Explicit right-to-Left support for use in apps with languages like Arabic, Hebrew, or Persian.
  • Themer: A user-interactable theming area where designers and developers can play around with look and feel without needing to do any programming.
  • Native TypeScript: Is either written in TypeScript (ideally) or has TypeScript definitions directly in the project. DefinitelyTyped does not qualify.
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->
NameNative Dark ModeDesign KitsRTL SupportThemerNative TypeScript
Ant Design:heavy_check_mark:Figma, Sketch:heavy_check_mark:Link:heavy_check_mark:
Atlaskit:x:Sketch:x::x::x:
Blueprint:heavy_check_mark:Sketch:heavy_check_mark::x::heavy_check_mark:
Carbon Design:heavy_check_mark:Sketch:heavy_check_mark:Link:x:
Chakra UI:heavy_check_mark::x::heavy_check_mark::x::heavy_check_mark:
Elastic UI:heavy_check_mark:Sketch:x::x::heavy_check_mark:
Element:x:Axure, Sketch:x:Link:x:
Elemental UI:x::x::x::x::x:
Evergreen:x:Sketch:x::x::x:
Fluent UI:heavy_check_mark:Figma, Sketch:x::x::heavy_check_mark:
Gestalt:x::x::heavy_check_mark::x::x:
Grommet:x:Custom, Framer X, Sketch:heavy_check_mark:Link:heavy_check_mark:
MUI:heavy_check_mark:Adobe XD, Figma, Sketch:heavy_check_mark:Link:heavy_check_mark:
Onsen UI:heavy_check_mark::x::x::x::heavy_check_mark:
Orbit:x:Abstract, Sketch:heavy_check_mark:Link:x:
Prime React:heavy_check_mark::x::x::x::x:
Quasar:heavy_check_mark::x::heavy_check_mark:Link:heavy_check_mark:
React Bootstrap:x::x::x::x::heavy_check_mark:
React Toolbox:x::x::x::x::heavy_check_mark:
react-md:heavy_check_mark::x::x::x::heavy_check_mark:
Ring UI:x::x::x::x::x:
Semantic UI:x:Sketch:heavy_check_mark::x::x:
Smooth UI:heavy_check_mark::x::x::x::x:
Zendesk Garden:x::x::heavy_check_mark::x::heavy_check_mark:
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Components

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Alert

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Alerts are used to show an important message to users.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Criteria

  • Closable: The alert has an "out of the box" way to dismiss, usually with an onClose prop.
  • Types: The alert has ready-made variations.
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->
FrameworkNameClosableTypes
Ant DesignAlert:heavy_check_mark:error, info, success, warning
AtlaskitSectionMessage:x:change, confirmation, error, info, warning
AtlaskitFlag:x:change, confirmation, error, info, warning
Chakra UIAlert:heavy_check_mark:error, info, success, warning
ElementAlert:heavy_check_mark:error, info, success, warning
Elemental UIAlert:x:danger, info, primary, success, warning
EvergreenAlert:heavy_check_mark:danger, none, success, warning
Fluent UIMessageBar:heavy_check_mark:blocked, error, info, remove, severeWarning, success, warning
MUIAlert:heavy_check_mark:error, info, success, warning
OrbitAlert:heavy_check_mark:critical, info, success, warning
Quasarbanner:x:
React BootstrapAlert:heavy_check_mark:danger, dark, info, light, primary, secondary, success, warning
Ring UIAlert:heavy_check_mark:error, loading, message, success, warning
Smooth UIAlert:x:danger, dark, info, light, primary, secondary, success, warning
Zendesk GardenNotification:heavy_check_mark:error, info, success, warning
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Blueprint, Carbon Design, Elastic UI, Gestalt, Grommet, Onsen UI, Prime React, React Toolbox, react-md, and Semantic UI appear to be missing an Alert component. Please file an issue if one now exists.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

AppBar

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

The AppBar displays information and actions relating to the current screen.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Criteria

  • API: The API style used for the components contained within the AppBar.
  • Dense: There is a built-in way to make the bar take up less vertical space.
  • Sticky: A prop exists which can set the bar into a mode where it remains at the top of the screen, independent of scroll depth.
  • Theme Mode: The bar can be individually themed to use a theme mode that doesn't match the rest of the app. E.g. dark mode AppBar in a light mode app.
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->
FrameworkNameAPIDenseStickyTheme Mode
Elastic UIHeadercustomComponents:x::heavy_check_mark::heavy_check_mark:
MUIAppBarchildren:heavy_check_mark::heavy_check_mark::heavy_check_mark:
React ToolboxAppBarprops:x::heavy_check_mark::x:
react-mdAppBarcustomComponents:heavy_check_mark::x::heavy_check_mark:
Ring UIHeaderchildren:heavy_check_mark::x::heavy_check_mark:
Zendesk GardenHeadercustomComponents:heavy_check_mark::x::heavy_check_mark:
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Ant Design, Atlaskit, Blueprint, Carbon Design, Chakra UI, Element, Elemental UI, Evergreen, Fluent UI, Gestalt, Grommet, Onsen UI, Orbit, Prime React, Quasar, React Bootstrap, Semantic UI, and Smooth UI appear to be missing an AppBar component. Please file an issue if one now exists.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Avatar

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Avatars can be used to represent people or objects.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Criteria

  • Badge: A custom badge or status is available or easily configurable.
  • Shapes: Avatars can be easily formed into different styles using a prop or similar mechanism (not custom CSS).
  • Sizes: Avatars can be easily sized between different (and consistent) major sizes.
  • Types: Avatars can be presented to users as icons (i.e. generic fallback illustrations), custom images, or can contain text.
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->
FrameworkNameBadgeShapesSizesTypes
Ant DesignAvatar:heavy_check_mark:circle, squaredefault, large, number, smallicon, image, text
AtlaskitAvatar:x:circle, squarelarge, medium, small, xlarge, xsmall, xxlargeicon, image
Chakra UIAvatar:heavy_check_mark:circle2xl, 2xs, lg, md, sm, xl, xs
ElementAvatar:x:circle, squarelarge, medium, number, smallimage, image, text
EvergreenAvatar:x:circlenumberimage, text
Fluent UIPersona:heavy_check_mark:circle, rounded-squarenumbericon, image, text
MUIAvatar:heavy_check_mark:circle, rounded-square, squarenumbericon, image, text
Quasaravatar:heavy_check_mark:circle, rounded-square, squarelg, md, number, sm, xl, xsicon, image, text
Ring UIAvatar:x:circle, rounded-square18, 20, 24, 32, 40, 48, 56, numberimage
Zendesk GardenAvatar:heavy_check_mark:circle, rounded-squareextraextrasmall, extrasmall, large, medium, smallicon, image, text
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Blueprint, Carbon Design, Elastic UI, Elemental UI, Gestalt, Grommet, Onsen UI, Orbit, Prime React, React Bootstrap, React Toolbox, react-md, Semantic UI, and Smooth UI appear to be missing an Avatar component. Please file an issue if one now exists.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

AvatarGroup

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

AvatarGroups stack a set of Avatars into a customized list, often with customized animations and options.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Criteria

  • Cascade Direction: A prop exists that allows you to set whether the children overlap above or below each other.
  • Expandable Group: Avatar groups support expandable lists where a user can click to see more members in the list.
  • Max Count: A custom number can be set representing the number of avatars shown.
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->
FrameworkNameCascade DirectionExpandable GroupMax Count
Ant DesignAvatar.Groupabove:heavy_check_mark::heavy_check_mark:
AtlaskitAvatarGroupbelow:heavy_check_mark::heavy_check_mark:
Chakra UIAvatarGroupbelow:x::heavy_check_mark:
Fluent UIFacepileno-overlap:heavy_check_mark::heavy_check_mark:
MUIAvatarGroupbelow:x::heavy_check_mark:
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Blueprint, Carbon Design, Elastic UI, Element, Elemental UI, Evergreen, Gestalt, Grommet, Onsen UI, Orbit, Prime React, Quasar, React Bootstrap, React Toolbox, react-md, Ring UI, Semantic UI, Smooth UI, and Zendesk Garden appear to be missing an AvatarGroup component. Please file an issue if one now exists.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Button

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Users trigger actions by clicking on buttons.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Criteria

  • Disabled: A disabled prop exists for use in situations where the user cannot interact with the button.
  • Groupable: A ButtonGroup component exists in the library, or other such pre-made methods for making button groups.
  • Icon: An icon can be included either at the left or right of the text, or button can be used with just an icon and no text (notated as only).
  • Loading: The button has a pre-made loading state for asynchronous events.
  • Sizes: The button can be easily sized between different (and consistent) major sizes.
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->
FrameworkNameDisabledGroupableIconLoadingSizes
Ant DesignButton:heavy_check_mark::heavy_check_mark:left, only, right:heavy_check_mark:default, large, small
AtlaskitButton:heavy_check_mark::heavy_check_mark:left, right:heavy_check_mark:
BlueprintButton:heavy_check_mark::heavy_check_mark:left, only, right:heavy_check_mark:default, large
Carbon DesignButton:heavy_check_mark::heavy_check_mark:only, right:heavy_check_mark:default, field, small
Chakra UIButton:heavy_check_mark::x:left, only, right:x:lg, md, sm, xs
Elastic UIButton:heavy_check_mark::heavy_check_mark:left, only, right:heavy_check_mark:m, sm, xs
ElementButton:heavy_check_mark::heavy_check_mark:left, only, right:heavy_check_mark:default, medium, mini, small
Elemental UIButton:x::heavy_check_mark::x:default, extra small, large, small
EvergreenButton:heavy_check_mark::heavy_check_mark:left, only, right:heavy_check_mark:arbitrary pixel sizes
Fluent UIButton:heavy_check_mark::x::x:
GestaltButton:heavy_check_mark::x:only:x:lg, md, sm
GrommetButton:heavy_check_mark::x:left, only, right:x:
MUIButton:heavy_check_mark::heavy_check_mark:left, only, right:x:large, medium, small
Onsen UIButton:heavy_check_mark::x::x:default, large
OrbitButton:heavy_check_mark::heavy_check_mark:left, only, right:heavy_check_mark:large, normal, small
Prime ReactButton:x::x:left, only, right:x:
Quasarbtn:heavy_check_mark::heavy_check_mark:left, only, right:heavy_check_mark:custom, lg, md, sm, xs
React BootstrapButton:heavy_check_mark::heavy_check_mark::x:lg, sm
React ToolboxButton:heavy_check_mark::x:left, only:x:
react-mdButton:heavy_check_mark::x:left, only, right:x:
Ring UIButton:heavy_check_mark::heavy_check_mark:left, only:heavy_check_mark:default, large, small
Semantic UIButton:heavy_check_mark::heavy_check_mark:left, only, right:heavy_check_mark:big, huge, large, massive, medium, mini, small, tiny
Smooth UIButton:heavy_check_mark::x::x:base, lg, sm, xl, xs
Zendesk GardenButton:heavy_check_mark::heavy_check_mark:only:x:default, large, small
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Checkbox

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Users toggle between checked, unchecked (or indeterminate) values with checkboxes.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Criteria

  • Custom Icon: A custom icon can be provided in place of the checkbox itself via a prop or a child.
  • Disabled: The checkbox has a disabled state, indicating the user cannot interact with it.
  • Indeterminate: The checkbox has an indeterminate state.
  • Invalid: The checkbox has an invalid or error state.
  • Label Placement: The text can be positioned at different places around the checkbox.
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->
FrameworkNameCustom IconDisabledIndeterminateInvalidLabel Placement
Ant DesignCheckbox:x::heavy_check_mark::heavy_check_mark::x:right
AtlaskitCheckbox:x::heavy_check_mark::heavy_check_mark::heavy_check_mark:right
BlueprintCheckbox:x::x::heavy_check_mark::x:left, right
Carbon DesignCheckbox:x::heavy_check_mark::heavy_check_mark::x:right
Chakra UICheckbox:x::heavy_check_mark::heavy_check_mark::heavy_check_mark:right
Elastic UICheckbox:x::heavy_check_mark::heavy_check_mark::x:right
ElementCheckbox:x::heavy_check_mark::heavy_check_mark::x:right
Elemental UICheckbox:x::x::x::x:right
EvergreenCheckbox:x::heavy_check_mark::heavy_check_mark::heavy_check_mark:right
Fluent UICheckbox:x::heavy_check_mark::heavy_check_mark::x:left, right
GestaltCheckbox:x::heavy_check_mark::heavy_check_mark::heavy_check_mark:right
GrommetCheckBox:x::heavy_check_mark::heavy_check_mark::x:right
MUICheckbox:heavy_check_mark::heavy_check_mark::heavy_check_mark::x:above, below, left, right
Onsen UICheckbox:heavy_check_mark::x::heavy_check_mark::heavy_check_mark:right
OrbitCheckbox:x::heavy_check_mark::x::heavy_check_mark:right
Prime ReactCheckbox:x::heavy_check_mark::x::x:right
Quasarcheckbox:x::heavy_check_mark::heavy_check_mark::x:left, right
React BootstrapForm.Check:x::heavy_check_mark::x::x:
React ToolboxCheckbox:x::heavy_check_mark::x::x:right
react-mdCheckbox:heavy_check_mark::heavy_check_mark::x::x:right
Ring UICheckbox:x::heavy_check_mark::x::x:right
Semantic UICheckbox:x::heavy_check_mark::heavy_check_mark::x:right
Smooth UICheckbox:x::heavy_check_mark::x::x:right
Zendesk GardenCheckbox:x::heavy_check_mark::heavy_check_mark::x:right
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

DatePicker

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Users select a date or date range using a date picker.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Criteria

  • Clearable: Has a prop that allows the user to easily clear the date selection.
  • Custom Locale: A developer can specify a custom locale with a prop.
  • Min/Max: Allows a devloper to easily set a minimum and maximum date.
  • Modes: Allows users to quickly select from different magnituteds of lengths of time.
  • Presets: A super simple way exists to provide the user with preset dates (e.g. "Today", "Last Week", , "Past 3 years").
  • Range: An out-of-the-box solution exists for allowing the user to select date ranges.
  • Time: Users are able to input times.
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->
FrameworkNameClearableCustom LocaleMin/MaxModesPresetsRangeTime
Ant DesignDatePicker:heavy_check_mark::heavy_check_mark::x:day, month, quarter, week, year:heavy_check_mark::heavy_check_mark::heavy_check_mark:
BlueprintDatePicker:x::heavy_check_mark::heavy_check_mark:day, month, year:heavy_check_mark::heavy_check_mark::heavy_check_mark:
Carbon DesignDatePicker:x::x::heavy_check_mark:day, year:x::heavy_check_mark::heavy_check_mark:
Elastic UIDatePicker:heavy_check_mark::heavy_check_mark::heavy_check_mark:day:x::heavy_check_mark::heavy_check_mark:
ElementDatePicker:heavy_check_mark::x::heavy_check_mark:day, month, week, year:heavy_check_mark::heavy_check_mark::heavy_check_mark:
Fluent UIDatePicker:x::x::heavy_check_mark:day, month, year:x::heavy_check_mark::x:
GestaltDatePicker:x::heavy_check_mark::heavy_check_mark:day:x::heavy_check_mark::x:
GrommetDateInput:x::x::x:day:x::x::x:
MUIDatePicker:x::x::x:day:x::x::heavy_check_mark:
Quasardate:x::x::heavy_check_mark:day, month, year:x::heavy_check_mark::heavy_check_mark:
React ToolboxDatePicker:x::heavy_check_mark::heavy_check_mark:day, month, year:x::x::x:
Ring UIDatePicker:heavy_check_mark::x::heavy_check_mark:day, month, year:x::heavy_check_mark::heavy_check_mark:
Zendesk GardenDatePicker:x::heavy_check_mark::heavy_check_mark:day:x::heavy_check_mark::x:
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Atlaskit, Chakra UI, Elemental UI, Evergreen, Onsen UI, Orbit, Prime React, React Bootstrap, react-md, Semantic UI, and Smooth UI appear to be missing a DatePicker component. Please file an issue if one now exists.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

ErrorBoundary

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

ErrorBoundaries are a React 16+ specific feature that uses the componentDidCatch API for handling uncaught errors without unmounting the whole React component tree.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Criteria

  • Custom Text: Has a prop or props that can be used to provide a custom title and/or description (as a string, not a ReactNode).
  • Drop-In JSX Fallback: Has a prop that can be used to provide a custom ReactNode fallback that does not receive the date of componentDidCatch.
  • Wrapper JSX Fallback: Has a prop that can be used to provide a custom ReactNode for fallback which receives the data of componentDidCatch.
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->
FrameworkNameCustom TextDrop-In JSX FallbackWrapper JSX Fallback
Ant DesignAlert.ErrorBoundary:heavy_check_mark::x::x:
Carbon DesignErrorBoundary:x::heavy_check_mark::x:
Elastic UIErrorBoundary:x::x::x:
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Atlaskit, Blueprint, Chakra UI, Element, Elemental UI, Evergreen, Fluent UI, Gestalt, Grommet, MUI, Onsen UI, Orbit, Prime React, Quasar, React Bootstrap, React Toolbox, react-md, Ring UI, Semantic UI, Smooth UI, and Zendesk Garden appear to be missing an ErrorBoundary component. Please file an issue if one now exists.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Pagination

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Pagination allows long lists to be divided into several pages.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Criteria

  • Compact: Has a mode that greatly conserves horizontal space, likely by omitting multiple page selectors.
  • Edge #: Allows configuring the number of items that will be shown at the beginning and end of the range.
  • First/Last: Has ready-made functionality to allow users to quickly select first and last pages (either with a stationary page number or a dedicated button).
  • # of Pages: Allows the number of page items shown to be configurable.
  • Page Size: Allows configuring the number of items that will be shown per page.
  • Style: Has an API the is oriented around pages (but disregards pages) or items (and figures out pages automatically).
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->
FrameworkName# of PagesCompactEdge #First/LastPage SizeStyle
Ant DesignPagination:heavy_check_mark::heavy_check_mark::x::x::heavy_check_mark:items
AtlaskitPagination:heavy_check_mark::x::x::x::x:pages
Carbon DesignPaginationNav:heavy_check_mark::x::x::x::heavy_check_mark:items
Elastic UIPagination:x::heavy_check_mark::x::heavy_check_mark::x:pages
ElementPagination:heavy_check_mark::heavy_check_mark::x::x::heavy_check_mark:items
EvergreenPagination:x::heavy_check_mark::x::x::x:pages
GrommetPagination:heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark:items
MUIPagination:x::heavy_check_mark::heavy_check_mark::heavy_check_mark::x:pages
OrbitPagination:heavy_check_mark::heavy_check_mark::x::x::x:pages
Prime ReactPaginator:heavy_check_mark::heavy_check_mark::x::heavy_check_mark::heavy_check_mark:items, pages
Quasarpagination:heavy_check_mark::heavy_check_mark::x::heavy_check_mark::x:pages
React BootstrapPagination:x::heavy_check_mark::x::heavy_check_mark::x:pages
Ring UIPager:heavy_check_mark::x::x::heavy_check_mark::heavy_check_mark:pages
Zendesk GardenPagination:heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::x:pages
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Blueprint, Chakra UI, Elemental UI, Fluent UI, Gestalt, Onsen UI, React Toolbox, react-md, Semantic UI, and Smooth UI appear to be missing a Pagination component. Please file an issue if one now exists.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Select

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

A Select allows a user to select a value from a series of options. Much more advanced than the native HTML select.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Criteria

  • Async: Has support fo async-loaded lists (for example, a loading state).
  • Disabled: The whole select be disabled with a built-in prop.
  • Disabled Options: Individual options can be easily disabled with a prop.
  • Filterable: Filter the options of the select with keyboard input.
  • Groupable: Can group the options into sub sections within the options list.
  • Icons: Has out-of-the-box (i.e. props) support for start or end icons (or can easily be composed with icons and has examples of such on the docs).
  • Virtual: Either had a prop that you can use to make the items virtualized, or proveds a simple (documented) way to use another library to do it, e.g. react-virtualized.
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->
FrameworkNameAsyncDisabledDisabled OptionsFilterableGroupableIconsVirtual
Ant DesignSelect:heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark:end:heavy_check_mark:
AtlaskitSelect:heavy_check_mark::heavy_check_mark::x::heavy_check_mark::heavy_check_mark::x:
BlueprintSelect:heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark:
Carbon DesignSelect:x::heavy_check_mark::heavy_check_mark::x::heavy_check_mark::x:
Chakra UISelect:x::heavy_check_mark::heavy_check_mark::x::x::x:
Elastic UISuperSelect:heavy_check_mark::x::heavy_check_mark::x::x:composable:x:
ElementSelect:heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::x:
Elemental UIDropdown:x::x::x::x::heavy_check_mark::x:
EvergreenSelectMenu:heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark:start:heavy_check_mark:
Fluent UIDropdown:x::heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark:composable:x:
GestaltSelectList:x::heavy_check_mark::heavy_check_mark::x::x::x:
GrommetSelect:x::heavy_check_mark::heavy_check_mark::x::x::x:
MUISelect:heavy_check_mark::heavy_check_mark::heavy_check_mark::x::heavy_check_mark:composable:x:
Onsen UISelect:x::heavy_check_mark::heavy_check_mark::x::x::x:
OrbitSelect:x::heavy_check_mark::heavy_check_mark::x::x:end, start:x:
Prime ReactDropdown:heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark:composable:heavy_check_mark:
Quasarselect:heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::x::heavy_check_mark:
React BootstrapDropdown:x::heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::x:
React ToolboxDropdown:x::heavy_check_mark::heavy_check_mark::x::x::x:
react-mdDropdown:x::x::x::x::x:end, start:heavy_check_mark:
Ring UISelect:heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::x::x:
Semantic UIDropdown:heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::x:composable:x:
Smooth UISelect:x::heavy_check_mark::heavy_check_mark::x::x::x:
Zendesk GardenSelect:x::heavy_check_mark::heavy_check_mark::x::x:start:x:
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Stepper

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Navigation that guides users through the steps of a task.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Criteria

  • Can Be Vertical: The steps can be stacked vertically.
  • Clickable: A user can click on the step itself to navigate.
  • Step Description: A step can have a subtext with a description.
  • Step Error: A step with an error can be easily identified to the user.
  • Step Icon: The steps have a prop whereby they can be given custom icons.
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->
FrameworkNameCan Be VerticalClickableStep DescriptionStep ErrorStep Icon
Ant DesignSteps:heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark:
AtlaskitProgressTracker:x::heavy_check_mark::x::x::x:
Carbon DesignProgressIndicator:heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::x:
Elastic UISteps:heavy_check_mark::x::x::x::x:
ElementSteps:heavy_check_mark::x::heavy_check_mark::heavy_check_mark::heavy_check_mark:
MUIStepper:heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark:
Prime ReactSteps:x::heavy_check_mark::x::x::x:
Quasarstepper:heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark:
Semantic UISteps:heavy_check_mark::heavy_check_mark::heavy_check_mark::x::heavy_check_mark:
Zendesk GardenStepper:x::x::x::x::x:
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Blueprint, Chakra UI, Elemental UI, Evergreen, Fluent UI, Gestalt, Grommet, Onsen UI, Orbit, React Bootstrap, React Toolbox, react-md, Ring UI, and Smooth UI appear to be missing a Stepper component. Please file an issue if one now exists.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Switch

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Used to toggle between two states: on and off.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Criteria

  • Disabled: The switch has a disabled state, indicating that the user cannot interact with it.
  • Indeterminate: The switch has an ability to display an indeterminate state.
  • Internal Icons: The switch has a prop (or child) to include custom icons within the space of the switch (e.g. a checkmark and an x icon).
  • Internal Text: The switch has a prop (or child) to include custom text within the space of the switch (e.g. the text on and off).
  • Lable Placement: Where a label can be attached to the switch.
  • Loading: The switch has a loading state that indicates a pending state of a switch action.
  • Sizes: The lable has native, pre-configured size options.
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->
FrameworkNameDisabledIndeterminateInternal IconsInternal TextLable PlacementLoadingSizes
Ant DesignSwitch:heavy_check_mark::x::heavy_check_mark::heavy_check_mark::heavy_check_mark:default, small
AtlaskitToggle:heavy_check_mark::x::x::x::x:large, regular
BlueprintSwitch:heavy_check_mark::x::x::heavy_check_mark:left, right:x:default, large
Carbon DesignSwitch:heavy_check_mark::x::x::x:right:x:default, small
Chakra UISwitch:heavy_check_mark::x::x::x:left, right:x:lg, md, sm
Elastic UISwitch:heavy_check_mark::x::x::x:right:x:compressed, default
ElementSwitch:heavy_check_mark::x::x::x:left, right:x:
EvergreenSwitch:heavy_check_mark::x::x::x::x:integers
Fluent UIToggle:heavy_check_mark::x::x::x:left, right:x:
GestaltSwitch:heavy_check_mark::x::x::x::x:
GrommetCheckBox:heavy_check_mark::x::x::x:left, right:x:
MUISwitch:heavy_check_mark::x::x::x:above, below, left, right:x:default, small
Onsen UISwitch:heavy_check_mark::x::x::x::x:
Prime ReactInputSwitch:heavy_check_mark::x::x::x::x:
Quasartoggle:heavy_check_mark::x::heavy_check_mark::x:left, right:x:custom, lg, md, sm, xl, xs
React BootstrapForm.Check:heavy_check_mark::x::x::x:right:x:
React ToolboxSwitch:heavy_check_mark::x::x::x:right:x:
Ring UIToggle:heavy_check_mark::x::x::x:left, right:x:
Smooth UISwitch:heavy_check_mark::x::x::heavy_check_mark::x:base, lg, sm, xl, xs
Zendesk GardenToggle:x::x::x::x:above, below:x:
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Elemental UI, Orbit, react-md, and Semantic UI appear to be missing a Switch component. Please file an issue if one now exists.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Tabs

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Users switch between different views with tabs.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Criteria

  • Can Be Vertical: The tabs can be stacked vertically.
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->
FrameworkNameCan Be Vertical
Ant DesignTabs:heavy_check_mark:
AtlaskitTabs:x:
BlueprintTabs:heavy_check_mark:
Carbon DesignTabs:x:
Chakra UITabs:heavy_check_mark:
Elastic UITabs:x:
ElementTabs:heavy_check_mark:
EvergreenTablist:heavy_check_mark:
Fluent UIPivot:x:
GestaltTabs:x:
GrommetTabs:x:
MUITabs:heavy_check_mark:
Onsen UITabbar:x:
Prime ReactTabView:x:
Quasartabs:heavy_check_mark:
React BootstrapTabs:x:
React ToolboxTabs:x:
react-mdTabs:x:
Ring UITabs:x:
Semantic UITabs:x:
Zendesk GardenTabs:heavy_check_mark:
<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

Elemental UI, Orbit, and Smooth UI appear to be missing a Tabs component. Please file an issue if one now exists.

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

How to Make a Change

<!-- ******************************************************************************** THIS FILE ENTIRE FILE IS AUTOGENERATED!!! PLEASE SEE `markdown/generate-readme.ts` and the files in the `frameworks` directory if you would like to make changes :) ******************************************************************************** -->

The README.md and website are both autogenerated from the same source input files. For convenience, there is exactly one file for each project that has all the information for that project, located in the frameworks directory. To update any given data point, simply make a change to one of those files and run yarn generate.

Contributors

Showing top 5 contributors by commit count.

View all contributors on GitHub โ†’

This article is auto-generated from dimitropoulos/react-ui-roundup via the GitHub API.Last fetched: 6/28/2026