OfficeDev / microsoft-teams-ui-component-library

Component library enhanced experiences styled for use in Microsoft Teams custom applications.
MIT License
127 stars 31 forks source link

is Wizard component work correctly #70

Closed asith-w closed 3 years ago

asith-w commented 3 years ago

I tried to use wizard component but it didn't work ?

is there any sample for that ?

thure commented 3 years ago

Hi @asith-w — you can see a functioning example of the Wizard in this library's Storybook.

The code for this component is in the corresponding Storybook story.

You can see documentation about Wizard's props in the API docs for IWizardProps.

I hope this helps! Let us know if you have any additional questions.