state |
---|
complete |
Created
December 5, 2018 10:01
-
-
Save engelfrost/05a5bf51616e125ad6a37fb05fa4acdd to your computer and use it in GitHub Desktop.
Example of pseudo-pattern not being built
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
{ | |
"tabs": [ | |
{ | |
"title": "Foo", | |
"url": "#", | |
"selected": true | |
}, | |
{ | |
"title": "Bar", | |
"url": "#", | |
"selected": false | |
}, | |
{ | |
"title": "Baz", | |
"url": "#", | |
"selected": false | |
} | |
] | |
} |
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
{ | |
"tabs": [ | |
{ | |
"title": "First tab with a very long text", | |
"url": "#", | |
"selected": false | |
}, | |
{ | |
"title": "Second tab", | |
"url": "#", | |
"selected": false | |
}, | |
{ | |
"title": "Third tab", | |
"url": "#", | |
"selected": false | |
}, | |
{ | |
"title": "Fourth tab", | |
"url": "#", | |
"selected": false | |
}, | |
{ | |
"title": "Fifth tab", | |
"url": "#", | |
"selected": true | |
}, | |
{ | |
"title": "Sixth tab", | |
"url": "#", | |
"selected": false | |
}, | |
{ | |
"title": "Seventh tab", | |
"url": "#", | |
"selected": false | |
}, | |
{ | |
"title": "Eighth tab", | |
"url": "#", | |
"selected": false | |
}, | |
{ | |
"title": "Ninth tab", | |
"url": "#", | |
"selected": false | |
}, | |
{ | |
"title": "Tenth tab", | |
"url": "#", | |
"selected": false | |
}, | |
{ | |
"title": "Eleventh tab", | |
"url": "#", | |
"selected": false | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment