Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Props of the Button base component are also available.

Name

Control

Description

variant

primary

secondary

primary-icon

secondary-icon

The variant to use.

size

small

large

The size of the component.

disabled

False

True

If true, the component is disabled.

children

The content of the component.

iconPrefix

iconPrefix : {

  • props : {

    • icon : "alert"

    }

}

Element placed before the children.

iconSuffix

iconSuffix : {

  • props : {

    • icon : "arrowDown"

    }

}

Element placed after the children.

aria-label

className

Set string

onClick

-

Props of the Icon component

Name

Control

Description

icon

download

error

alert

menu

search

play

add

arrowDown

arrowLeft

arrowRigh

tarrowUp

linkArrow

loading

hide

linkExternal

share

success

tick

twitter

warning

size

20

className

Set string

color

Set string

  • No labels