AmeyaJain-25 / awesome-react-stepper

Highly Customizable Multi Stepper Component for React npm package to make your Stepper customized according the requirement of the theme.
https://awesome-react-stepper.vercel.app/
MIT License
37 stars 4 forks source link

Add Types #2

Closed Abg4real closed 1 year ago

Abg4real commented 2 years ago

Hi @AmeyaJain-25 The component looks quite solid and there are a whole lot of features you can add to it. I feel, first and foremost, you should add types to the project. They are incredibly useful while writing and debugging, and they will certainly be needed as various people use react with typescript. You can either switch from JS to TS for the whole project (I believe this will be easier as the project is in the initial stage) or you can add types via DefinitelyTyped.

You can refer to this typescript documentation I can help with this.

AmeyaJain-25 commented 2 years ago

Yeah @Abg4real, was gonna add those types to the Stepper. But due to release, didn't kept as a primary change. Let's add the types for this package as the crowd is more on typescript side.

axydavid commented 2 years ago

Awesome initiative, no TypeScript support :(

AmeyaJain-25 commented 2 years ago

@axydavid It will be soon out with the updated version of typescript supportive 🚀

AmeyaJain-25 commented 1 year ago

@axydavid , Now the package supports typescript :)