Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(feature/stepper): Add stepper folder to design systems. Add basic implementation of MUI Stepper component as a starter. Remove ProgressBar test from settings page and replace with Stepper test. > > Co-authored-by: Brett Eastman <brett.austin.eastman@gmail.com> Co-authored-by: Nick Visutsithiwong <nickvisut@users.noreply.github.com * custom stepper wip without connector * improve stepper look and feel * add margin between steps * add placeholders for future stepper changes when MUI fixes className issues * clean up wip stepper component * fix alignment * try to use theming instead for MUI Stepper * upgrade storybook to latest * add port of custom stepper to MUI stepper theme, add WIP stories * fix CSS for stepper * rename theme.ts to theme.tsx * add rounded icon as default * clean up theme file * fix formatting and add note to README * remove previous stepper and any stories * format via prettier * nuke node_modules and rerun `npm install` and `npm run format` --------- Co-authored-by: Brett Austin Eastman <76603041+BrettEastman@users.noreply.github.com>
- Loading branch information