Mudit Somani
Mudit Somani
Can you specify the difference between FluidGrid and the other Grid system in the description?
The design and features of the Table are still not finalized
Can you tell me exactly what does this do?
Svelte materialify is soon to be deprecated, I will try to add this feature in svelterial.
Don't implement this just yet, have many alternatives to BEM such as ABEM, CUBE and SUIT
An autocomplete component is planned.
Thanks for the info, what are your thoughts about autocomplete in other frameworks, such as vuetify, I almost never had the need to use them so some insight would be...
Now npm v7 also supports workspaces.
I did not add this as I could not think of a way to also add logarithmic steps, vuetify does not use noUiSlider internally but svelte-materialify does so this can...
You can also do some flexbox magic till this is implemented, (threw this up quickly so not as good): ```html import { MaterialApp, Slider } from 'svelte-materialify'; let value; const...