Demonstration of using ULabel in a React project.
npm install
npm start
This project uses ESLint and Prettier.
npm run lint-and-format
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.