Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ColorInputProps

Hierarchy

Index

Properties

Optional as

as: string | Element

Optional classNames

classNames: RootClassName & Record<"input", string>

Class names for the root component and the subcomponents.

onChange

onChange: (event: ChangeEvent<HTMLInputElement>) => void

Type declaration

    • (event: ChangeEvent<HTMLInputElement>): void
    • Parameters

      • event: ChangeEvent<HTMLInputElement>

      Returns void

Optional prefixClassNames

prefixClassNames: string

Optional styles

styles: Partial<RootStyles> & Partial<ColorInputStyles>

Customized styling that will layer on top of the default rules.

Optional value

value: string

Generated using TypeDoc