svelte-materialify
svelte-materialify copied to clipboard
A Material UI Design Component library for Svelte heavily inspired by vuetify.
The `TextField` component moves its label up, outside of the bounding box used for measuring/laying out components. See the following images. The first is with the label filling the box...
`MaterialApp` has to surround the complete component and creates a simple ```js ``` That is simple enough. But the `s-app` class is not defined as a stable API attribute. Trying...
Components have either no transition set for background, color and border or other Components have transition set making the transition from light mode -> dark mode and dark mode ->...
Hi there is no date/time component in the library. [svelte date picker1](https://github.com/6eDesign/svelte-calendar) [svelte date picker2](https://svelte.dev/repl/6116680a6c3e49d0908624105018efb7?version=3.12.1) [svelte date picker3](https://svelte-mui.ibbf.ru/datepicker) when implement rtl support ? it would be great [jalali/hijri calendar](https://material-ui-pickers.dev/localization/calendar-systems) support...
I tried several different options (several hours) and until scrollbar-theming has some default way to be changed, this works: ``` :root { overflow: hidden; } .topmost-container-on-same-element-as-css-vars { height: 100%; overflow:...
squash (next time I will lint before commiting) Closes: #56
Currently we are using [sveltedoc-parser](https://github.com/alexprey/sveltedoc-parser) to generate JSON files that we can use in the website as API documentation. Svelte is moving to Typescript and components too. Multiple options are...
I have Menu component ``` import { Menu } from "svelte-materialify"; ``` And then Menu.unit-spec.js to test this component ``` import Menu from './Menu.svelte'; import {mount} from 'cypress-svelte-unit-test' it('Test menu...
Better Docs
I am spending much of my time and energy on completing the components and making them robust, I am completing the documentation in a hurry, some problems with the current...