Coral is a thoroughly developed design system widely adopted by developers and designers for creating beautiful and user-friendly Sea internal products.
Copyright © 2018-2025 Sea Labs
Blogs
All blogs| Prop name | Type | Default | Description |
|---|---|---|---|
| activeAttribute | string | [aria-current='page'] | |
| as | any | Tag or component, but a simple tag (i.e. built-in components, e.g. div, span) is recommended. | |
| navProps | NavProps | ||
| underline | ReactElement<any, string | JSXElementConstructor<any>> | ||
| variant | NavbarVariants |
| Prop name | Type | Default | Description |
|---|---|---|---|
| active | boolean | ||
| arrow | ArrowProps | ||
| as | any | animated.ul | Tag or component, but a simple tag (i.e. built-in components, e.g. div, span) is recommended. |
| buttonProps | (MenubarItemProps | MenubarGroupItemProps) & { ref?: Ref<HTMLAnchorElement>; } | ||
| container | HTMLElement | configs.getPortalContainer('MenubarGroup', 'container') | |
| disableScrollLock | boolean | ||
| immediate | boolean | ||
| index | number | ||
| initialActive | boolean | ||
| label | ReactNode | ||
| labelArrow | ReactNode | ||
| offset | [number, number] | ||
| onActiveChange | (active: boolean) => void | ||
| placement | "left" | "right" | "bottom" | "top" | "top-start" | "top-end" | "left-start" | "left-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | ||
| popperOptions | PopperPopperOptions | Options for floating.ui instance | |
| popperUpdateKey | string | ||
| springConfig | Partial<AnimationConfig> | { tension: 720, mass: 0.5 } |
| Prop name | Type | Default | Description |
|---|---|---|---|
| as | any | Tag or component, but a simple tag (i.e. built-in components, e.g. div, span) is recommended. | |
| disabled | boolean | ||
| index | number | ||
| keyboardClickKeys | string[] | ['Enter', ' '] | |
| listItemProps | MenubarGroupItemListItemProps | ||
| selected | boolean |
| Prop name | Type | Default | Description |
|---|---|---|---|
| as | any | Tag or component, but a simple tag (i.e. built-in components, e.g. div, span) is recommended. | |
| disabled | boolean | ||
| index | number | ||
| keyboardClickKeys | string[] | ['Enter', ' '] | |
| listItemProps | MenubarItemListItemProps | ||
| selected | boolean |
| Prop name | Type | Default | Description |
|---|---|---|---|
| as | any | Tag or component, but a simple tag (i.e. built-in components, e.g. div, span) is recommended. | |
| basis | number | 3 | Height. |
Copyright © 2018-2025 Sea Labs