Skip to content

0.18.3

Compare
Choose a tag to compare
@caseybaggz caseybaggz released this 11 Apr 20:01
· 394 commits to main since this release
1aec1d1

What's Changed

Custom css prop for Solid lib

You can now customize Cerberus components using a streamlined css prop:

<Button
   css={{
     bgColor: 'warning.bg.initial',
     color: 'warning.text.initial',
  }}
>
    Custom
 </Button>

Full Changelog: 0.18.2...0.18.3