pm-4.1.x-dev/modules/pm_ui/components/pill/pill.component.yml
modules/pm_ui/components/pill/pill.component.yml
$schema: https://git.drupalcode.org/project/drupal/-/raw/10.1.x/core/modules/sdc/src/metadata.schema.json
name: Pill
description: A pill represents an inline element that can be viewed with or without an icon.
props:
type: object
properties:
color:
title: Color
type: string
enum:
- blue
- gray
- red
- green
- yellow
- indigo
- purple
- pink
label:
title: Label
type: string
libraryOverrides:
dependencies:
- pm_ui/theme
