navButton
Examples
kind: NavButton
frame: my-home-frame
text: Hello World
icon: # OPTIONAL
kind: Icon
icon: fas-ambulance
Object properties
Name |
Type |
Required |
kind |
Constant: NavButton |
yes |
frame |
string |
yes |
text |
Object: text |
yes |
icon |
Object: icon |
no |
- Object with the following properties:
kind
(required): Constant NavButton
frame
(required): string
text
(required): Object text
icon
(optional): Object icon