Modern and minimalist React UI library, originating from Vercel's design.
NOTE: This is a COMMUNITY PROJECT, not associated with Vercel.
-
run
yarn add @clive-cudi/geist-ui
ornpm i @clive-cudi/geist-ui
install it. -
import into project:
import { GeistProvider, CssBaseline } from '@clive-cudi/geist-ui'
const Application = () => (
<GeistProvider>
<CssBaseline /> // ---> Normalize styles
<AppComponent /> // ---> Your App Component
</GeistProvider>
)
- 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
- This is a fork of geist-ui
- I wanted to resolve some annoying warning when using geist-ui in a react project and of course tweak the library a bit to fit some specs.
- Here's the warning I'm talking about. You might have come across it
Warning: GeistBreadcrumbs: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.