matte icon indicating copy to clipboard operation
matte copied to clipboard

Matte is a UI component library on top of MUI and other react libraries.

Results 37 matte issues
Sort by recently updated
recently updated
newest added

- [x] Check if Rollup fits the below requirements - https://github.com/squaredev-io/matte/pull/80 1. Seperate export per file - Likely https://rollupjs.org/guide/en/#outputpreservemodulesroot 2. CJS/ES6 exports (possibly esm as well) - [ ] Provide...

enhancement

minification is lossy. So applying minification twice, once by matte-ui and once by the consumer, can result in bugs

The following storybook components are not displayed (correctly): - [ ] https://squaredev-io.github.io/matte/?path=/docs/components-dataviz-bar--bar-charts - [ ] https://squaredev-io.github.io/matte/?path=/docs/components-dataviz-line--line-charts - [ ] https://squaredev-io.github.io/matte/?path=/docs/components-dataviz-pie--donut

bug
good first issue
help wanted

## Response to Issue *Add favicon for Storybook #73* - Created a manager-head.html file in the Storybook folder - Created a 32x32 Icon from the Logo to be used as...

**Is your feature request related to a problem? Please describe.** It's not possible to directly pass a `className` prop to all Matte components. **Describe the solution you'd like** Pass a...

good first issue
help wanted

**Describe the solution you'd like** A WYSIWYG editor could be of use for new projects to come. So something like that would be great: ![image](https://user-images.githubusercontent.com/68249454/152971797-7a8a0afb-f5d4-4bd1-991e-2a363d16cd75.png)

**Describe the bug** While using the TextField component as part of a user profile form, I noticed that new values are not registered and thus returning undefined while console logging...

MUI recently introduced [unstyled components](https://mui.com/customization/unstyled-components/). We should further investigate how (if) they could be utilised in Matte. ### Knowledge so far In some cases, like `Tabs` it's easy to use...