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 commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Install requirements now include direct clickable links to all needed tools and dependencies – no more hunting around.
All about consistency, clarity and smoother DX.
Removed
Removed unnecessary Tailwind ring from the IconButton – it was clipping and visually redundant.
Fixed
Updated usage instructions for JavaScript components in the how_to_use template – corrected outdated or misleading guidance.
Added support for the name attribute in the SelectBox component – now consistent with other form elements and supports manual setting.
fix/docs: Display required JS script dependencies next to each component in the docs – helpful for components like DatePicker, Dropdown, etc., which rely on @popover.Script() as well.
Introduced issue templates – users are now guided to provide more useful context, making it easier to debug and improve things.