matte
matte copied to clipboard
Matte is a UI component library on top of MUI and other react libraries.
- [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...
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
## 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...
**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: 
**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...