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

Hello, great project! I'm seeing that many of the examples in your docs appear to be missing. Just one example: https://svelte-materialify.vercel.app/components/button-groups/ Screen grab: ![chrome_DiE4oMxoXc](https://user-images.githubusercontent.com/940080/109488064-ae937500-7a4a-11eb-8bf5-52e5bcce4735.png) This issue is happening for me...

documentation

Because the `type` prop must be static when using two-way `value` binding (per Rich Harris's [answer on StackOverflow](https://stackoverflow.com/a/57393751/1731473)), even when we set the `type='number'` on a `` the value binding...

Tooltip component wraps the element in a `div`, which is not the correct approach. Typically in other UI libraries, tooltip element is implemented as an absolutely positioned div that can...

bug
enhancement

- The Materialify left side nav has multiple ListGroup items toggle active independently. - I wish to do something similar - My guess would be for each ListGroup to bind...

In the [documentation](https://svelte-materialify.vercel.app/components/app-bar/) the title item is always left. How to get it centered? And right aligend?

Hi there, how can we generate: - Either a `ListItem` - or `Button` with `a` tag and `href` attribute? I was able to handle only `on:click` + programmatic navigation, but...

The `on:introstart`, `on:outrostart`, `on:introend` and `on:outroend` events from the `NavigationDrawer` do not get executed properly because they aren't getting added / removed from the DOM. The only event that 'works'...

first of thanks for this great package. I added a grid that is inspired by reacts material-ui.

when i import any component from root example `import { Button } from "svelte-materialify";` increased size of the bundles (js and css). +200kb css and 30kb js. how i can...

Hi, Is there a datatable component ? or a plan one?

enhancement