Demonstration of using ULabel in a React project.
npm install
npm startThis project uses ESLint and Prettier.
npm run lint-and-formatThis project was bootstrapped with create-react-app:
npx create-react-app ulabel-react-demoULabel was installed with:
npm install ulabelThe ULabel component was added by taking existing "on load"
functionality from the ULabel demo and putting it in a single
useEffect hook.