Implementation of custom UI components similar to Material UI.
- AppAlert
- AppButton
- AppButtonArrow
- AppButtonBase
- AppCheckbox
- AppForm
- AppInput
- AppInputPasswordIcon
- AppLoader
- AppSpinner
- AppTabControl
- AppTabPanel
- AppTabs
- Clone repo
git clone https://github.com/dmitrytavern/training-react-ui.git
- Install deps
npm install
- Start
npm start