dependabot[bot] dda0e64d1e chore(deps): bump lodash in /examples/create-next-app (#339)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: witt <unix.bio@gmail.com>
2020-07-21 17:12:52 +08:00
2020-04-19 13:14:45 +08:00
2020-05-14 01:53:59 +08:00
2020-05-16 23:04:57 +08:00
2020-05-12 16:54:49 +08:00
2020-05-16 23:04:57 +08:00
2020-05-06 14:25:09 +08:00
2020-05-16 23:04:57 +08:00
2020-03-19 02:09:58 +08:00
2020-03-19 01:15:58 +08:00
2020-03-19 01:15:58 +08:00
2020-07-02 22:07:37 +08:00
2020-05-08 20:54:11 +08:00
2020-03-19 01:15:58 +08:00

Codecov CircleCI npm (scoped)

Modern and minimalist React UI library, originating from Vercel's design.


Quick Start

  1. run yarn add @zeit-ui/react or npm i @zeit-ui/react install it.

  2. import into project:

import { ZeitProvider, CssBaseline } from '@zeit-ui/react'

const Application = () => (
  <ZeitProvider>
    <CssBaseline /> // ---> normalize styles
    <AppComponent /> // ---> Your App Component
  </ZeitProvider>
)

Documentation


Development


Showcases


LICENSE

MIT

Description
No description provided
Readme MIT 5.6 MiB
Languages
TypeScript 61%
MDX 38.1%
JavaScript 0.9%