polestar-antd
v1.0.2
Published
[](https://www.npmjs.com/package/polestar-antd) [](https://travis-ci.org/nkiateam/polestar-antd) [ => (
<Wizard>
<Wizard.Step title="Step1" description="step1 description">
Step1
</Wizard.Step>
<Wizard.Step title="Step2" description="step2 description">
Step2
</Wizard.Step>
<Wizard.Step title="Step3" description="step3 description">
Step3
</Wizard.Step>
</Wizard>
);
ReactDOM.render(
<App />,
document.getElementById('app')
);Examples
https://nkiateam.github.io/polestar-antd/examples
Documentation
https://nkiateam.github.io/polestar-antd/docs
