mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-11 22:32:32 +08:00
98f701ec3561a76ea65c08cf3cfd7417821983e3
* feat(tabs): sync the label and set value to required * test(tabs): add testcase for label sync * docs(tabs): update value to required
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%
