Skip to content

4.3.1

Latest
Compare
Choose a tag to compare
@nandorojo nandorojo released this 16 May 16:24
· 9 commits to master since this release

This version adds support for dot-path colors for gradient, text input, activity indicator, and more.

You can now do this:

const theme = {
 colors: { $primary: { 100: 'red' } } }
}

//...

<Gradient 
  colors={['$primary.100']}
/>

And you will get proper autocomplete.