jeanverster / chakra-ui-steps

Steps component designed to work seamlessly with Chakra UI

Home Page:https://chakra-ui-steps.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow passing Elements as description to the Step

volkyeth opened this issue · comments

commented

The <Step/> description field is typed as string | undefined, but it actually works perfectly fine with React elements too. If the typing is updated this adds extra flexibility to the description field.

description?: string;