preline
preline copied to clipboard
Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.
There is no aria-expanded attribute on collapse button in the component accordion, collapse, nav (mobile), dropdown https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded
Trying to add disabled option to Advanced HSSelect in nextJs but doesn't actually perform the toggle classes. when i remove the mode tags it works ```ts = 3} id='select-cards' defaultValue={[]}...
I want one of them to be selected after this command. Is there any way to do this? select.addOption([ { title: "James Collins", val: "1", options: { icon: `img`, selected:...
Fixes #371 ## Changes - Add `isRTL` option - calculate the transform correctly based on the new flag
With a searchable advanced select if you type in a value that does not exist as an option in the search box and press enter on the keyboard the below...
Hello @olegpix 1. When using open method, `const select = new HSSelect(document.querySelector('#select'));` it creates another instance of the select.  2. Using the static...
On first load, the select component gets rendered correctly. If page or component in v-if change, then it reinitializes the select and adds double element. I have followed the steps...
Hello, I wanted to use [Features Nav](https://preline.co/examples/features-navs.html) in my Remix App, and for that I tried to follow this [Installation Steps](https://preline.co/docs/frameworks-remix.html) but unfortunately I was failed to use it. I...
### Summary Random Overlay Issue Since Upgrading ### Steps to Reproduce So I should preface this, I am using Turbo in my application -- which I know can cause some...