mirror of
https://github.com/zhigang1992/react.git
synced 2026-01-30 09:08:34 +08:00
5bbce55465b3affe772144cfcb631ad2a38e149e
* feat: added status prop to set color by states test: check status success, warning and error * docs: added playground example and API reference fix: replaced ´_´ as it's not recommended to use fix: removed redundant return refactor: renamed prop from status to type test: update test with the renamed prop * docs: update prop references from status to type fix: status prop not updated to type fix: missing return * fix(select): set icons and hover state to follow the theme * test(slider): update snapshots * chore: always use relative paths when import types Co-authored-by: unix <unix.bio@gmail.com>
Modern and minimalist React UI library, originating from Vercel's design.
Quick Start
-
run
yarn add @geist-ui/reactornpm i @geist-ui/reactinstall it. -
import into project:
import { GeistProvider, CssBaseline } from '@geist-ui/react'
const Application = () => (
<GeistProvider>
<CssBaseline /> // ---> Normalize styles
<AppComponent /> // ---> Your App Component
</GeistProvider>
)
Documentation
Development
Showcases
- Secret
- Article view count
- Tree viewer for CDN
- Better social image
- SentiNEO: Near-Earth Objects Viewer
- Dashboard Design
- Regex-Vis: Regex visualizer & editor
- Add here
LICENSE
Languages
TypeScript
61%
MDX
38.1%
JavaScript
0.9%
