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

### Summary The Advanced Select multiple is not storing multiple selected values correctly ### Steps to Reproduce 1. Start up a Nextjs project with Preline package installed 2. Paste in...

### Summary Additional advanced select methods to support frameworks ### Detailed Description I've run into a couple of issues when I wanted to create an Angular component based on the...

### Summary Bring the open source design system to a versatile, open source design app: Penpot ### Detailed Description Penpot is an open-source alternative to Figma. Since this is also...

### Summary In component where inline use it show error Expected }svelte(unexpected-token) ### Steps to Reproduce Copy from [Dropdown](https://preline.co/docs/searchbox.html#json-example-in-dropdown) Using JSON example in dropdown. ![refrence](https://github.com/htmlstreamofficial/preline/assets/119488371/80188617-e992-4883-a93a-ed988e0a674d) and paste in sveltekit html...

If rendered conditionally, the select is not rendered at all. I have checked the other issues, but could not find any specific related to this topic. If it is a...

- npm ```sh npm install preline ``` - tailwind.config.js ```ts import { createRequire } from 'module'; const require = createRequire(import.meta.url); /** @type {import('tailwindcss').Config} */ export default { content: [ './index.html',...

documentation

Hello @olegpix, **Problem** I encounter an issue with the stepper component. When the reset button is clicked, other elements like navigation and buttons reset correctly, but the content of the...

## Description The carousel plugin in the Preline project is not working correctly in RTL (Right-To-Left) mode. While the first slide displays correctly, moving to the next slide results in...

enhancement

### Summary data-hs-combo-box-output-item attribute adds a style attribute to its element which causes hydration issues. ### Steps to Reproduce 1. Follow the basic example for [combobox](https://preline.co/docs/combobox.html) 2. Hydration issues occur...

### Background While using the example from https://preline.co/docs/combobox.html and put it under the vue component, find that after input value in the input field, the keydown event will trigger more...

bug