svelte-awesome
svelte-awesome copied to clipboard
Awesome SVG icon component for Svelte JS, built with Font Awesome icons. Based on Justineo/vue-awesome
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.0.0-next.347 to 1.0.0-next.401. Release notes Sourced from @sveltejs/kit's releases. @sveltejs/kit@1.0.0-next.401 Patch Changes [fix] chdir to user's application directory before running postinstall sync (#5771) @sveltejs/kit@1.0.0-next.400 Patch Changes More...
Hello, Rob. After running w3 validator, I found multiple errors caused by icons path duplicating ID's. They all render the same ID. e.g. `` `` `` Any workaround for this?...
I was importing this package into my header component. It took a good long while to figure out why HMR stopped working in SvelteKit. Turns out, it was this package....
I am trying to render icons depending on strings with the icon names that I initiate the component with. Is it possible to import icons dynamically depending on a configuration...
When I click a button which contains a icon, what should I do to change the object in data and I can immediately see it changing in a js function?...
Fixes #605
currently the project has no tests, need to create a test suite, potentially using https://www.npmjs.com/package/@testing-library/svelte
Adding `vertical-align: sub;` property in browser fixes this. Making this the default or providing a dedicated option for this would be awesome. This is happening with FontAwesome V5 icons, haven't...
Bumps [@sveltejs/adapter-static](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-static) from 1.0.0-next.34 to 1.0.0-next.41. Release notes Sourced from @sveltejs/adapter-static's releases. @sveltejs/adapter-static@1.0.0-next.41 Patch Changes Better error when encountering not-fully-prerenderable routes (#6474) @sveltejs/adapter-static@1.0.0-next.40 Patch Changes [breaking] require all routes to...