Added
- Field: Add
data-required
attribute toField.Label
- Select, Combobox, Listbox, TreeView: Export
RootComponent
andRootProviderComponent
types which are useful
when building compositions that wrap theRoot
andRootProvider
components and you still want type-safety for the
collection.
Fixed
-
Menu: Fix
Menu.ItemText
not working insideMenu.TriggerItem
import { Select } from '@ark-ui/react/select' import { styled } from 'styling-lib' const Root = styled(Select.Root) as Select.RootComponent<{}>