Svelte Material UI Components
-
Updated
Jan 10, 2022 - Svelte
Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.
I have some very simple components with only one prop.
import/prefer-default-export is failing because it doesn't know about the default export.
I think this should be added to OTHER_PLUGINS.md
It might also be good to add an example of overrides/rules. The eslint documentation is fine but it is generic.
Created by Rich Harris
Released November 2016
Getting...
Didn't see an @types/svelte-calendar out there either. Any chance of some type definitions in the future?