Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ChipProperties

Indexable

[key: string]: any

key for others property.

Index

Properties

Optional avatar

avatar: React.ReactElement<any>

Avatar for chip.

Optional children

children: ReactNode

The children of the chip. The content of the label.

Optional clickable

clickable: undefined | true | false

The content of the color.

Optional color

color: "default" | "primary" | "secondary"

The content of the color.

Optional component

component: React.ReactType<any>

component used for anchor.

Optional deleteIcon

deleteIcon: React.ReactElement<any>

The deleteIcon of the Chip.

Optional icon

icon: React.ReactElement<any>

The icon of the Chip.

Optional label

label: ReactNode

The label of the Chip.

Optional onDelete

onDelete: undefined | function

The onDelete of the Chip.

Optional style

style: undefined | __type

Useful to extend the style applied to components. Useful to extend the style applied to components.

Optional variant

variant: "default" | "outlined"

The variant to use.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc