Package Exports
- @geist-ui/core
- @geist-ui/core/dist/index.js
- @geist-ui/core/esm/index.js
- @geist-ui/core/esm/use-theme
- @geist-ui/core/esm/use-theme/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@geist-ui/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Modern and minimalist React UI library, originating from Vercel's design.
NOTE: This is a COMMUNITY PROJECT, not associated with Vercel.
Quick Start
run
yarn add @geist-ui/coreornpm i @geist-ui/coreinstall it.import into project:
import { GeistProvider, CssBaseline } from '@geist-ui/core'
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