This update adds full RTL support to all of the UI components from Flowbite and also provides and update to the Instance Manager API which now allows you to set custom id's as the 4th parameter of each object class.
- updated to Tailwind CSS
v3.3.5
- added full RTL support to all UI components
- updated the JS API and Instance Manager to allow setting custom id's
- added new vertical tabs component example
- added three next modal component examples
- fixed responsive wrapping issues for the table components
- uses Tailwind CSS v3.0 classes for background opacity fixing #565
- other minor bug fixes and improvements
Breaking changes:
data-modal-toggle
alone won't initialise the modal anymore, you need to usedata-modal-target
for that