Skip to content

Button component - split-dropdown-button - create Vue component

Problem

Add onto the dropdown component by adding a split prop that splits the dropdown arrow into its own button.

Proposal

image

image

Also, includes small, details can be derived from specs.

Attributes (props)

  • category
    • tertiary (default)
    • primary
    • secondary
  • variant
    • default (default)
    • success
    • info
    • danger
    • warning
    • dashed
    • link
  • disabled
    • false (default)
    • true
  • size
    • small
    • medium
  • block (full-width)
    • false (default)
    • true
  • split
    • false (default)
    • true

Links

Edited by Scott Hampton