Skip to content

[0.26.0]: new card variants, interactive icon

Compare
Choose a tag to compare
@theetrain theetrain released this 23 Oct 22:09
· 3996 commits to master since this release

🚨 Breaking Changes

Card component

  • className and style props have been removed
  • The Card component has a new internal padding applied, which may affect your layouts

🎁 Features

Components

  • StandaloneIcon can be made into an interactive element by giving it an onClick handler. The presence of this prop will render a fully accessible button.
  • Card component has two new variants: grey and lavender

πŸ”§ Fixes

  • Button component is now 100% of its parent's width on mobile viewports