OptionItem

Usage

  • An <option-item> is used to create option items inside of any navigation(al) element

Availability

  • navigation-bar

  • navigation-tabs

  • pop-ups

Create a OptionItem

<option-item id='item' img='person'>Profile</option-item>

Attributes

Item
Description
Value

innerHTML

Used as the name of an item

Google fonts image

img

The picture the item possibly gets

String

Note: The img supports for now only google icons.

Last updated