svelte-materialify icon indicating copy to clipboard operation
svelte-materialify copied to clipboard

A Material UI Design Component library for Svelte heavily inspired by vuetify.

Results 63 svelte-materialify issues
Sort by recently updated
recently updated
newest added

Even though there is a component called "Table" in the source, there is no information about its usage in the docs. Is there any way we can have it? In...

There is a [preprocessor for carbon](https://github.com/IBM/carbon-components-svelte/blob/master/preprocess/optimize-carbon-imports.js) that rewrites the import block so that it is importing by components. It speed up the development server.

Hi, I followed the advanced installation tutorial, but I get the following error: _**[!] Error: UMD and IIFE output formats are not supported for code-splitting builds.**_ Why is this happening?

How I can Text Field use Type of the input element as valid HTML5 input type? as Material-UI [https://material-ui.com/ru/api/text-field/](https://material-ui.com/ru/api/text-field/) `type | string |   | Type of the input element. It...

documentation

I think it should be good to add a way to customize the Select component color, the way we do with TextField. And check the source code I found that...

I've got some bad transition when using button component inside app-bar component when switch theme. https://user-images.githubusercontent.com/16399020/112485033-7404ca00-8db5-11eb-8220-8cc35fc416f5.mp4 BTW it's solved with this ```css .s-app-bar { transition-property: color; } ```

Instead of using component scoped styles we currently use BEM CSS to make components more customizable. However we do not use BEM method for properties, for example: **currently** ```html ......

enhancement

The default button highlight state during hover seems too subtle to me (and not easy to notice on some monitors). When I inspected the element, I found the following CSS...

enhancement

Many people don't like all the util css stuff and opinionated defaults. To combat this, first of all we should - [x] implement a `MinimalMaterialApp` component. Next thing should be...

there dialogue in dark-mode is hard to see (i assume because it usually uses shadows to show up). Not sure what a good solution is here => perhaps a slight...