Package de.peekandpoke.kraft.addons.semanticui.menu

Types

Link copied to clipboard
class DropdownMenu(ctx: Ctx<DropdownMenu.Props>) : Component<DropdownMenu.Props>

Functions

Link copied to clipboard
fun Tag.DropdownMenu(props: DropdownMenu.Props): ComponentRef<DropdownMenu>
Link copied to clipboard
fun Tag.TextDropdownMenu(display: RenderFn, items: List<DropdownMenu.Item>): ComponentRef<DropdownMenu>