npm.io
0.8.0-alpha.112 • Published 11 months ago

@blaze-react/more

Licence
GPL-3.0
Version
0.8.0-alpha.112
Deps
0
Size
1.8 MB
Vulns
0
Weekly
0

Description

Use the More menu list to navigate between the items.

Usage

<More isMoreMenu>
  <More.Avatar isMoreMenu>
    <span className="material-icons">...</span>
  </More.Avatar>
  <More.Content isMoreMenu>
    <a href="/">Link</a>
    <a href="/">Link</a>
    <a href="/">Link</a>
  </More.Content>
</More>

API

More menu can receive a number of props as follow:
NAME TYPE DEFAULT
isMoreMenu Boolean false
disabled boolean false
isHeader Boolean false
isDropdown Boolean false
toggled Boolean false
children single/array of nodes empty