mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-09 17:13:39 +08:00
b329cf88ea179d10552f300ac23de6c229164002
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> // ---> Base provider
<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%
