Base UI - Create React App example in TypeScript

Base UI is a library of unstyled React UI components and hooks.

Create React App is a framework for quickly creating a new React project without the need to configure complex build tools or development environments.

How to use

Download the example or clone the repo:

curl https://codeload.github.com/mui/material-ui/tar.gz/next | tar -xz --strip=2 material-ui-next/examples/base-ui-cra-ts
cd base-ui-cra-ts

Install it and run:

npm install
npm start

or:

Edit on StackBlitz

Edit on CodeSandbox