mirror of
https://github.com/zhigang1992/react.git
synced 2026-06-17 03:59:11 +08:00
fdb0703676c7cffaa2e309572600aa32fb9e4a6b
feat(image): pass through all props of anchor element
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%
