@material-tailwind/react-v2.0.6
Patch Changes
- Fix issue #387
- Add
useId
hook for<Tabs />
,<Checkbox />
,<Radio />
,<Switch />
components, this will help to use multiple of these components in a page without adding differentid
for each instance.