mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-02 09:08:52 +08:00
d7a63a8de55cf05e1ec440b6535e1e9f4c5db116
Bumps [next](https://github.com/zeit/next.js) from 9.3.1 to 9.3.2. - [Release notes](https://github.com/zeit/next.js/releases) - [Commits](https://github.com/zeit/next.js/compare/v9.3.1...v9.3.2) Signed-off-by: dependabot[bot] <support@github.com>
@zeit-ui/react -- React implementation for ZEIT Style, originating from ZEIT Design.
work in progress. version info: npm/package/@zeit-ui/react
Quick Start
-
run
yarn add @zeit-ui/reactornpm i @zeit-ui/reactinstall it. -
import to projcet:
import { CSSBaseline, ZEITUIProvider } from '@zeit-ui/react'
const Application = () => {
return (
<ZEITUIProvider> // ---> Base provider
<CSSBaseline /> // ---> normalize styles
<AppComponent /> // ---> Your App Component
</ZEITUIProvider>
)
}
Documentation
Development
- fork and clone.
- start:
yarn && yarn dev
Showcases
LICENSE
Languages
TypeScript
61%
MDX
38.1%
JavaScript
0.9%
