NavButtonVariant

Button variant for the navigation buttons.

  • Primary Primary button variant, typically used for the main action. This variant is dependent on dark mode, and will present as black in light mode / white in dark mode.

  • PrimaryInverse Primary Inverse button variant, typically used for the main action. This variant is dependent on dark mode, and will present as white in light mode / black in dark mode.

  • PrimaryInverseStatic Primary Inverse-Static variant, should be used together with horizontally scrollable components such as Pills, Buttons etc.

Entries

Link copied to clipboard

Primary button variant. This variant is dependent on dark mode, and will present as black in light mode / white in dark mode.

Link copied to clipboard

Primary Inverse button variant. This variant is dependent on dark mode, and will present as white in light mode / black in dark mode.

Link copied to clipboard

PrimaryInverseStatic Primary Inverse-Static variant. This variant is static and does not change with dark mode.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.