Skip to content

Latest commit

 

History

History
 
 

base-ui-cra

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Base UI - Create React App example in JavaScript

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/base-ui/tar.gz/master | tar -xz --strip=2 base-ui-master/examples/base-ui-cra
cd base-ui-cra

Install it and run:

npm install
npm start

or:

Edit on StackBlitz

Edit on CodeSandbox