nttdata_theme-1.0.x-dev/components/01-atoms/button/button.component.yml
components/01-atoms/button/button.component.yml
$schema: https://git.drupalcode.org/project/drupal/-/raw/10.1.x/core/modules/sdc/src/metadata.schema.json
name: Button
description: Button component.
libraryOverrides:
dependencies:
- core/once
props:
type: object
required:
- text
properties:
text:
type: string
title: Title
description: The title for the button
examples:
- Submit
buttonType:
type: string
title: Button Type
enum:
- primary
- secondary
- tertiary
iconType:
type: string
title: Icon Type
enum:
- arrow_right
- arrow_left
- external