A React sample app to demostrate components from various UI frameworks, including form, grid, alert, etc.
Run the following to clone and build the project:
git clone https://github.com/haitlc/react-ui-demo.git
cd react-ui-demo
yarn
yarn start
This will start the app and open it in a browser window. Choose UI framework in dropdown to see its appearance.
You can also run a production build using:
yarn build