mirror of
https://github.com/zhigang1992/react.git
synced 2026-01-26 22:27:03 +08:00
ccd32474f736af3e320762c08c99584fcac971fe
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3) 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 @zeit-ui/reactornpm i @zeit-ui/reactinstall it. -
import into project:
import { ZeitProvider, CssBaseline } from '@zeit-ui/react'
const Application = () => (
<ZeitProvider>
<CssBaseline /> // ---> normalize styles
<AppComponent /> // ---> Your App Component
</ZeitProvider>
)
Documentation
Development
Showcases
- Article view count
- Tree viewer for CDN
- Better social image
- Implement of ZEIT's Dashboard
- Blog of ZEIT's design
- Add here
LICENSE
Languages
TypeScript
61%
MDX
38.1%
JavaScript
0.9%
