preline icon indicating copy to clipboard operation
preline copied to clipboard

Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.

Results 147 preline issues
Sort by recently updated
recently updated
newest added

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

enhancement

Using AdonisJS and possible integration with Inertia + VueJS

documentation

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={[]}...

bug

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:...

enhancement

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. ![Screenshot 2024-04-23 at 12 27 20 PM](https://github.com/htmlstreamofficial/preline/assets/110020770/bf03b9cc-f9d5-458f-ae23-2db4efb4abf8) 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...

help wanted

### 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...