feat(RadioGroup): new component (#41)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Romain Hamel
2024-04-02 11:35:16 +02:00
committed by GitHub
parent 80a3a0c28f
commit e29b514f8d
11 changed files with 932 additions and 3 deletions

View File

@@ -10,8 +10,6 @@ const appConfig = _appConfig as AppConfig & { ui: { dropdownMenu: Partial<typeof
const dropdownMenu = tv({ extend: tv(theme), ...(appConfig.ui?.dropdownMenu || {}) })
export type DropdownMenuUI = typeof dropdownMenu
export interface DropdownMenuItem extends Omit<LinkProps, 'type'> {
label?: string
icon?: IconProps['name']