Breadcumbs

Name
Type
Default
Description

component

string

'div'

Component's HTML Element

fontSizeIos

string

'text-[17px]'

Font size in iOS theme

fontSizeMaterial

string

'text-[14px]'

Font size in Material theme

Name
Type
Default
Description

active

boolean

false

Marks breadcrumb item as active/current (usually last item in breadcrumbs)

colors

object

Object with Tailwind CSS colors classes

colors.bgIos

string

''

colors.bgMaterial

string

'bg-md-light-secondary-container dark:bg-md-dark-secondary-container'

colors.textActiveIos

string

'text-black dark:text-white'

colors.textActiveMaterial

string

'text-md-light-on-secondary-container dark:text-md-dark-on-secondary-container'

colors.textIos

string

'text-black text-opacity-55 dark:text-white dark:text-opacity-55'

colors.textMaterial

string

'text-md-light-on-secondary-container dark:text-md-dark-on-secondary-container'

component

string

'div'

Component's HTML Element

Name
Type
Default
Description

colors

object

Object with Tailwind CSS colors classes

colors.bgIos

string

'bg-black bg-opacity-15 dark:bg-white dark:bg-opacity-15'

colors.bgMaterial

string

'bg-md-light-secondary-container dark:bg-md-dark-secondary-container'

colors.dotBgIos

string

'bg-black dark:bg-white'

colors.dotBgMaterial

string

'bg-md-light-primary dark:bg-md-dark-primary'

component

string

'div'

Component's HTML Element

Examples

Last updated