Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Add a dropdown-component #9

@mattesmohr

Description

@mattesmohr

Add a dropdown-component for like a dropdown button or context menu similar to this:

Dropdown {
    Action {
        Symbol(name: "arrow-down")
    }
    List {
        ListItem {
            Link(destination: "/edit")
        }
        ListItem {
            Link(destination: "/remove")
        }
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions