damianricobelli / stepperize

A library for creating step-by-step workflows in your apps
https://stepperize.vercel.app
916 stars 40 forks source link

adding a body element to steps and removing deprecated defaultProps #22

Closed table-harmony closed 2 months ago

table-harmony commented 2 months ago

Added a body element to the StepItem type to allow React components to be embedded within each step.

Moved defaultProps directly into the functional component since defaultProps has been deprecated.

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
shadcn-stepper ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 13, 2024 6:45am
damianricobelli commented 2 months ago

I close this PR in favour of the new @stepperize/react library which is a game changer to what we had before