issues
search
tloncorp
/
indigo-react
React components that implement Tlon's design language
MIT License
40
stars
6
forks
source link
1.2.2
#58
Closed
g-a-v-i-n
closed
4 years ago
g-a-v-i-n
commented
4 years ago
Adds asButton, asAnchor and asAction functions. These can be used to easily style things like react router Links.
Action horizontal text alignment is now set to 'left' and container is no longer a flexbox.
Label has fixed height and uses flexbox.
TextArea and TextInput accept fontFamily, fontWeight, color, backgroundColor, borderColor
Text is now a span so that it can be nested inside the Paragraph component
Inline is now Paragraph and is a p tag
Adds Image