Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppBarActionClassNameProps

Hierarchy

Index

Properties

Optional className

className: string

An optional className to merge with the nav classes.

Optional first

first: boolean

Boolean if this is the first action within the app bar. This is really just used to automatically right-align all the actions by applying margin-left: auto to this action.

Optional inheritColor

inheritColor: boolean

Boolean if this component should inherit the base color provided by the AppBar. When this value is omitted, this will be enabled when the theme is not "clear" and not "default"

Optional last

last: boolean

Boolean if this is the last action within the app bar's row. This will just apply the $rmd-app-bar-lr-margin as margin-right.

NOTE: This should not be used when using an overflow menu.

Generated using TypeDoc