Flex
Define how flex subdivides for elements.
Properties
Classes | Native Props |
---|---|
flex.f_1 | { flex: 1 } |
flex.f_2 | { flex: 2 } |
flex.f_3 | { flex: 3 } |
flex.f_4 | { flex: 4 } |
flex.f_5 | { flex: 5 } |
flex.f_6 | { flex: 6 } |
flex.f_7 | { flex: 7 } |
flex.f_8 | { flex: 8 } |
flex.f_9 | { flex: 9 } |
Custom Flex
Custom properties are usually rendered using _(customValue)
Object | Native Properties |
---|---|
flex.f_(customValue) | { flex: customValue } |