mirror of
https://github.com/zhigang1992/react.git
synced 2026-01-30 22:48:09 +08:00
* chore(gh): update GitHub's pull-request template * chore: use unified common prettier config * chore: add the mdx file to prettier * chore(gh): update contributing guide docs
1.6 KiB
1.6 KiB
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
