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}