This project was bootstrapped with Create React App.
A React implementation of Clarity UI
npm install
npm start
| Component | Support | Notes |
|---|---|---|
| Alerts | Missing application-level alerts | |
| Badges | ✅ | |
| Button Groups | Missing dropdown support | |
| Buttons | Missing loading state support | |
| Cards | ✅ | |
| Checkboxes | ✅ | |
| Code Highlight | ❌ | Deprecated, will not implement |
| Date Picker | ❌ | |
| Datagrid | ❌ | |
| Dropdowns | Single-level basic case | |
| Forms (Layout) | ❌ | |
| Grid | No push/pull | |
| Header | ✅ | |
| Input Fields | ❌ | |
| Inputs | ✅ | |
| Labels | ✅ | |
| Lists | ✅ | styling only |
| Login Page | ✅ | styling only |
| Modals | ✅ | |
| Progress Bars | ✅ | |
| Radio Buttons | ✅ | |
| Select Boxes | ✅ | |
| Sidenav | ✅ | |
| Signposts | ❌ | |
| Spinners | ✅ | |
| Stack View | ✅ | lazy-loading responsibility of child elements. |
| Tables | ✅ | styling only |
| Tabs | no overflow menu | |
| Text Areas | ✅ | |
| Toggle Switches | ✅ | |
| Tooltips | ✅ | |
| Tree View | ❌ | |
| Vertical Nav | Manual active element management. | |
| Wizards | ❌ |