<CloseButton> Component<CloseButton onClick={() => {}} ariaLabel="Close video" />
| Name | Description |
|---|---|
appearancestring | Display on light or dark background. |
sizestring | The size of rendered button. |
classNamestring | Optional class to be added to the button element. |
onClick*function | A function that will be called when the button is clicked. |
disabledboolean | If true, button will be disabled. |
ariaLabelstring | A label that describes the buttons action. Applied as aria-label value. |