Skip to content

Instantly share code, notes, and snippets.

@cp-radhika-s
Created September 8, 2022 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cp-radhika-s/669a7705e2897e561f72e8f11f17cebf to your computer and use it in GitHub Desktop.
Save cp-radhika-s/669a7705e2897e561f72e8f11f17cebf to your computer and use it in GitHub Desktop.
start: {
title: {
width: 'spread',
height: 'wrap',
start: ['parent', 'start'],
end: ['parent', 'end'],
top: ['parent','top',200],
},
titleDivider: {
width: 'spread',
height: 'wrap',
start: ['parent', 'start'],
end: ['parent', 'end'],
top: ['title','bottom'],
},
subTitle: {
width: 'spread',
height: 'wrap',
start: ['parent', 'start'],
end: ['parent', 'end'],
top: ['titleDivider','bottom'],
},
subTitleDivider: {
width: 'spread',
height: 'wrap',
start: ['parent', 'start'],
end: ['parent', 'end'],
top: ['subTitle','bottom'],
}
},
end: {
title: {
width: 'spread',
height: 'wrap',
start: ['parent', 'start'],
end: ['parent', 'end'],
top: ['parent','top', 6],
},
titleDivider: {
width: 'spread',
height: 'wrap',
start: ['parent', 'start',34],
end: ['parent', 'end', 34],
top: ['title','bottom'],
},
subTitle: {
width: 'spread',
height: 'wrap',
start: ['parent', 'start'],
end: ['parent', 'end'],
top: ['titleDivider','bottom'],
},
subTitleDivider: {
visibility: 'gone',
width: 'spread',
height: 'wrap',
start: ['parent', 'start'],
end: ['parent', 'end'],
top: ['subTitle','bottom'],
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment