Inline Icon Button

import {InlineIconButtonComponent} from "@qualcomm-ui/angular/inline-icon-button"

Examples

Showcase

<button q-inline-icon-button></button>

Variants

<button q-inline-icon-button></button>
  <button emphasis="persistent-black" q-inline-icon-button></button>
  <button emphasis="persistent-white" q-inline-icon-button></button>

API

q-inline-icon-button

PropTypeDefault
The style variant of the button. Governs color.
| 'neutral'
| 'persistent-white'
| 'persistent-black'
'neutral'
LucideIconData
X
The size of the button and its icon.
| 'sm'
| 'md'
| 'lg'
'md'
The style variant of the button's icon that controls its size
  • scale: The icon size scales with the button's size
  • fixed: The icon size is constant, regardless of the button's size
| 'fixed'
| 'scale'
'fixed'
Type
| 'neutral'
| 'persistent-white'
| 'persistent-black'
Description
The style variant of the button. Governs color.
Type
LucideIconData
Description
Type
| 'sm'
| 'md'
| 'lg'
Description
The size of the button and its icon.
Type
| 'fixed'
| 'scale'
Description
The style variant of the button's icon that controls its size
  • scale: The icon size scales with the button's size
  • fixed: The icon size is constant, regardless of the button's size