Last active
July 14, 2017 04:01
-
-
Save rafszul/5935d3c7cda6fb68abfebd11ebf6d7dc to your computer and use it in GitHub Desktop.
Fan Menu Customised Config Objects -> https://danielykpan.github.io/ng2-fan-menu/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"title": "info", | |
"color": "rgba(255,255,255,0.7)", | |
"icon": { | |
"name": "fa fa-info" | |
} | |
}, | |
{ | |
"title": "login", | |
"color": "rgba(255,255,255,0.7)", | |
"icon": { | |
"name": "fa fa-sign-in" | |
} | |
}, | |
{ | |
"title": "initiatives", | |
"color": "rgba(255,255,255,0.7)", | |
"icon": { | |
"name": "fa fa-list" | |
} | |
}, | |
{ | |
"title": "blog", | |
"color": "rgba(255,255,255,0.7)", | |
"icon": { | |
"name": "fa fa-coffee" | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment