Files
react/examples/custom-styles
witt 34b26223f8 chore: update GH's template and prettier config (#309)
* chore(gh): update GitHub's pull-request template

* chore: use unified common prettier config

* chore: add the mdx file to prettier

* chore(gh): update contributing guide docs
2020-07-02 21:59:29 +08:00
..
2020-04-12 08:45:24 +08:00

Custom styles

This is an example of how to override styles in zeit-ui.

Getting Started

First, run the development server:

npm i && npm run dev
# or
yarn && yarn dev

Open http://localhost:3000 with your browser to see the result.