Skip to content

Button variation styles are not directly supported by Dropdown buttons #659

Closed
@4lejandrito

Description

Spec: https://lexicondesign.io/docs/patterns/buttons.html#variations.

At the moment style only support one of the main styles (primary or secondary). The variations can only be applied by manually adding the raw classes to the triggerClasses attribute:
triggerClasses = 'btn-outline-borderless'.

Here an example of my use case inside a jsp file:

<clay:dropdown-menu
    icon="share"
    style="secondary"
    triggerClasses="btn-outline-borderless"
    items="..."
/>

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions