You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This major release is the first step towards a production-ready version of Tremor. Over the past few months, we have rewritten the library to make it fit for the future. We added the long-awaited exposure of className and support for other HTML attributes, enabling you to overwrite our root styles or extend them with Tailwind CSS.
What's new:
◆ Override and extend root styles with tailwind classes
◆ All HTML attributes extended
◆ Ref forwarding
◆ Bundle size decreased by 25%
DateRangepicker: Add i18n Support to support multiple languages
DateRangepicker: Add endDate key to the options array object in order to support arbitrary date ranges in the dropdown options instead of only relative ones.