Maxime Dupont
Maxime Dupont
This PR aims to add the contrast level lines directly within the picker. For demo purposes, it is live [here](https://svelte-awesome-color-picker-git-feature-contrast-level-ennoriel.vercel.app/open). Don't hesitate to comment if you want this feature finished...
### Describe the bug When using an `AccordionItem` with the `open` props, the accordion section opens on mount. This feels very weird. It would feel much better if the accordion...
## Summary Implement a `FloatingLabelNumberInput` component. ### Motivation The default `Input` component does not coerce the value to a number. That is why the `NumberInput` exists. The same variant should...
### Describe the bug The `id` default value of the `Drawer` component is `drawer-example`. I don't know if the id is really required by the component but it would probably...
### Describe the bug The type of `` seems to be `any` making it possible to pass any props. Replacing `svelte:self` with `svelte:component` and importing the component itself works as...
Hello there, I added the default config as props of Notifications component. I'd like to know if the implementation is okay with you and I can document it then. I...
Thanks for your awesome library! :) I've been struggling to understand where my problem comes from. I am using the filter and pagination plugins in order to use the component...
Writing the following gives me an error on `props`: ```js toast(CustomToast, { props: { someProp: "⭐" } }) ``` error: ``` Object literal may only specify known properties, and 'props'...
Hi! The library looks amazing! I am using this library for rendering markdown written by users. In this use case, I would like to purify the HTML generated. What do...