mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-12 22:29:35 +08:00
16 lines
291 B
Markdown
16 lines
291 B
Markdown
## Extends Components
|
|
|
|
This is an example of **how to inherit components in `zeit-ui`**.
|
|
|
|
## Getting Started
|
|
|
|
First, run the development server:
|
|
|
|
```bash
|
|
npm i && npm run dev
|
|
# or
|
|
yarn && yarn dev
|
|
```
|
|
|
|
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|