Skip to content

Design Fixes and Deck component

Latest
Compare
Choose a tag to compare
@iamshadmirza iamshadmirza released this 18 Aug 05:48
· 205 commits to master since this release

What's new?

  • Multiple design fixes. Feedbacks are taken from the usage in the production app and design has been improvised.
  • Stack component is updated, It supported direction props which can be used to stack up elements in the vertical or horizontal direction. Usage of Inline is discouraged but is still available, Inline is just a wrapper around Stack component.
  • New Deck component added. You can use it to create Tinder or Inshort style swipe deck of cards. See usage.
  • Fixed type definition and animation issues in multiple components.

More updates are coming along the way!