Skip to content

Commit

Permalink
chore(Wizard): Convert examples to typescript (#8287)
Browse files Browse the repository at this point in the history
* chore(Wizard): Convert examples to typescript

* Fix import statements

* Requested changes for cleanup

* Integrate FinishedStep and SampleForm into examples directly

* Remove unused onExpand function

* Fix useEffect not defined

* Import CogsIcon

* a11y fixes for FinishedStep and SampleForm conversions

* a11y fixes

* Bug Fixes

* Fixed incorrect Radio button state setting

* Revert Progressive Steps example change

* Fix Validate on Button Press for Wizard

* Fix import in example

* Remove unnecessary step state
  • Loading branch information
XiangyuShen authored Dec 9, 2022
1 parent e1bb565 commit e763b13
Show file tree
Hide file tree
Showing 14 changed files with 803 additions and 820 deletions.
70 changes: 0 additions & 70 deletions packages/react-core/src/components/Wizard/examples/FinishedStep.js

This file was deleted.

59 changes: 0 additions & 59 deletions packages/react-core/src/components/Wizard/examples/SampleForm.js

This file was deleted.

Loading

0 comments on commit e763b13

Please sign in to comment.