From b838a6f1edfd9321f3dc3c74a302506bf6e6f767 Mon Sep 17 00:00:00 2001 From: unix Date: Wed, 25 Mar 2020 22:51:08 +0800 Subject: [PATCH] docs: add example project for create-react-app --- pages/docs/getting-started/installation.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pages/docs/getting-started/installation.mdx b/pages/docs/getting-started/installation.mdx index b331aa0..b20a698 100644 --- a/pages/docs/getting-started/installation.mdx +++ b/pages/docs/getting-started/installation.mdx @@ -55,4 +55,15 @@ import { Button } from '@zeit-ui/react/components/button' const MyComponent = () => ``` + + +### Create React App + +The React project created by create-react-app can +also easily use `@zeit-ui/react`. You don't need to make any changes, just install and use. + +We have a sample project related to `create-react-app` here. + + + export default ({ children }) => {children}