github chakra-ui/ark @ark-ui/solid@5.23.0

7 hours ago

Added

  • Field: Add data-required attribute to Field.Label

  • Select, Combobox, Listbox, TreeView: Export RootComponent and RootProviderComponent types which are useful
    when building compositions that wrap the Root and RootProvider components and you still want type-safety for the
    collection.

    import { Select } from '@ark-ui/solid/select'
    import { styled } from 'styling-lib'
    
    const Root = styled(Select.Root) as Select.RootComponent<{}>

Fixed

  • Menu: Fix Menu.ItemText not working inside Menu.TriggerItem

Don't miss a new ark release

NewReleases is sending notifications on new releases.