Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConfigurableIcons

remarks

@since 5.0.0 The download icon has been renamed to upload.

Hierarchy

Index

Properties

back?: ReactNode

The general icon for navigating backwards or closing an item to the left.

checkbox?: ReactNode

The general icon to use for checkboxes.

dropdown?: ReactNode

The general icon to use for dropdown menus or content that expands vertically in a new material instead of inline like the expander icon.

error?: ReactNode

The general icon to use when there are form errors.

remarks

@since 2.5.0

expander?: ReactNode

The general icon to use for expanding content vertically.

forward?: ReactNode

The general icon for navigating forwards or closing an item to the right. This is also used internally for nested dropdown menus.

menu?: ReactNode

The general icon to use for displaying a main navigation menu.

notification?: ReactNode

The general icon for displaying notifications. This is used internally in the BadgedButton in the @react-md/badge package.

password?: ReactNode

The general icon for temporarily displaying a password's field value as plain text.

radio?: ReactNode

The general icon to use for radio buttons.

selected?: ReactNode

The general icon to use for showing that something has been selected that is not a radio or checkbox. This is used internally for the Chip in the @react-md/chip package.

sort?: ReactNode

The general icon for sorting content. This defaults to the sort ascending behavior.

upload?: ReactNode

The general icon to use for the FileInput component (normally file uploads).

remarks

@since 5.0.0

Generated using TypeDoc