Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 729 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 729 Bytes

ULabel React Demo

Demonstration of using ULabel in a React project.

Usage

npm install
npm start

Development

This project uses ESLint and Prettier.

npm run lint-and-format

Development Process

This project was bootstrapped with create-react-app:

npx create-react-app ulabel-react-demo

ULabel was installed with:

npm install ulabel

The ULabel component was added by taking existing "on load" functionality from the ULabel demo and putting it in a single useEffect hook.