mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-04 17:19:00 +08:00
cfe7e2b1807f8a71f9330e92e558e1fa8729688a
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.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
- Article view count
- Tree viewer for CDN
- Better social image
- SentiNEO: Near-Earth Objects Viewer
- Dashboard Design
- Add here
LICENSE
Languages
TypeScript
61%
MDX
38.1%
JavaScript
0.9%
