-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(stepper): horizontal stepper (#95)
* first draft of re-implementation of td-steps to change between modes * updated demo/docs with draft * added stand alone step example * made step-header a dummy component * returned label/sublabel inputs and added ripple to step-header * updated doc blocks in header * Added dummy step-body component * updated body docblocks * added portal directives for content, summary and actions + removed mode from step * updated doc blocks * removed multiple attribute and added horizontal vs vertical layout in steps * abstracted code (first pass) for steps * moved files into folders * missed compilation errors * added validation to check if td-step has td-steps as parent * added validation to check if td-steps has td-step children * fix lint errors * updated stepper in layouts with breaking changes * updated demo and added responsive demo * made demo better with 3 botton toggles * updated docs with breaking changes * added comment on td-step-content * changes validation message * update(docs): stepper step 1 active & better content * update(docs): vertical stepper by default * update(stepper): use material2 theme - increase warn icon size - update horizontal line position * update(stepper): material2 theme - remove focus/active outline * added labels to loading group buttons to be inline with stepper buttons * disabled hover/focus background change when step is disabled
- Loading branch information
1 parent
90e5081
commit 023d3f3
Showing
21 changed files
with
880 additions
and
543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.