Mudit Somani

Results 82 comments of Mudit Somani

This is hard as noUiSlider [does not do this](https://refreshless.com/nouislider/pips/), seems we may have to implement our own slider or labels.

@FunMiles You can just add a `` btw the text fields or add the margin helper classes. I removed the default margin for more customizability so you can set the...

Theme scrollbars are not very important imo, the blank space can be fixed by making the `.s-app` full height.

The vercel site is very buggy, I cannot scroll and the scrollbars look weird.

Yeah, and I also have been meaning to revamp the API table style, any suggestions/screenshots are welcome.

Ok then, we have two approches: 1) Use `lang=ts`. 2) Generate `.d.ts` files using sveltedoc-parser Using the *1* method, this will be much better to maintain but we will need...

I feel like storing all the components in a single `.d.ts` file is better. Also everything has to be re-hauled as there is a better way to write definitions now.

Also we have to parse events, slots and even sass variables (know any good way to do that?).

This is better for sass https://github.com/mleg/sass-vars-to-js-example, @soft-decay we can customize the variables in svelte materiaify so it is needed to show what variables can be customized.