github irsyadadl/intentui v2.2.1

latest releases: v3.4.5, v3.4.4, v3.4.3...
4 months ago

What's Changed

  • The SidebarSection prop has been renamed from title to label:
- <SidebarSection title="Section 1" />
+ <SidebarSection label="Section 1" />
  • Large data sets are now better handled by the pickers.

  • The Drawer.Content prop withNotch has been renamed to notch:

- <Drawer.Content withNotch={false} />
+ <Drawer.Content notch={false} />

Full Changelog: v2.2.0...v2.2.1

Don't miss a new intentui release

NewReleases is sending notifications on new releases.