Hadi Ahmadi
Hadi Ahmadi
Preview component depends on 'prismjs' and 'prism-svelte' packages. I have error from 'prism-svelte' which says Prism object is not defined. @pournasserian what do you think if we remove Preview from...
one example usage is for Modal component https://www.svelteui.org/core/portal
we can update ElProps type to also extend HTML Attributes. https://github.com/sveltejs/language-tools/issues/442#issuecomment-1338090276 ```svelte interface $$Props extends svelte.JSX.HTMLAttributes { error: boolean; // error is explicitly typed as boolean to consumers of the...
currently tabler.css is in /static/css folder which is not included in https://npmjs.com/package/@ubeac/svelte package. @pournasserian should we include it in npm package? or you have plan to create another package for...