Leonard Simonse

Results 6 comments of Leonard Simonse

How I'm currently using this in my project: I created a Toaster component which can be placed in the root layout. This contains a portal and loops through the toasts...

What worked for me with: - Prettier 3.1.1 - Prettier VSCode 10.1.0 - prettier-plugin-svelte - prettier-plugin-organize-imports - prettier-plugin-tailwindcss config: ``` { "useTabs": true, "singleQuote": true, "trailingComma": "none", "printWidth": 100, "plugins":...

> If you don't mind, can I know will this be release? This seems like important component yet its missing. I think the official path to its release would look...

Looks very, very good, but I fear that the goal of the examples is to have 100% parity with https://github.com/shadcn-ui/ui It would probably be best to relocate this to a...

This is an old issue, but I'm updating it regardless, as this might prove useful to someone. This use case seems to be supported by the default [Template Processing](https://phpoffice.github.io/PHPWord/usage/template.html). What...

The docs are correct in this instance. children is of type 'any', so this notation is required. It ensures children is not null or undefined. children might not always be...