Package de. peekandpoke. kraft. addons. semanticui. menu
Types
Link copied to clipboard
class DropdownMenu(ctx: Ctx<DropdownMenu.Props>) : Component<DropdownMenu.Props>
Content copied to clipboard
Functions
Link copied to clipboard
fun Tag.DropdownMenu(props: DropdownMenu.Props): ComponentRef<DropdownMenu>
Content copied to clipboard
Link copied to clipboard
fun Tag.TextDropdownMenu(display: RenderFn, items: List<DropdownMenu.Item>): ComponentRef<DropdownMenu>
Content copied to clipboard