Metro-UI-CSS
Metro-UI-CSS copied to clipboard
Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities e...
A Three State Checkbox I think it would be pretty useful for people who don't want to use radio buttons and this one looks pretty more compact :) Three Custom...
**Describe the bug** I follow the code from this [video ](https://www.youtube.com/watch?v=39LAcbVvtrQ)to create a sidebar in Google Sheets. It uses Google App Script and also Metro UI table component. After the...
If I add a filter to the table component I get a JS error in Chrome DevTools console. Filter added as stated on MetroUI guide on your website: function myFilter(row,...
**Describe the bug** other libraries that I include works fine and even the metro4 css is fine, but the metro4.js creates the unable to compile. **My JSP File**
How do I VERTICALLY align text in a table cell? I tried the .va-top class in the TD and it got stripped out. I tried a style="vertical-align: top" and it...
``function setSelectOptions(jsonData) { let data = JSON.parse(jsonData); let iterate = 0; $.each(data, function(id, item){ let selectData = transformSelectData(item); let idSelect = '#form_' + iterate + ' #' + id; let...
**Is your feature request related to a problem? Please describe.** No, it's not an issue, I would recommend to have this feature because it would be nice to be able...
Related to #1682 It would be great if we could attach the `data-complete-url` functionality to the [select component](https://metroui.org.ua/select.html#_select_multiple). When I create a select component, I would want to allow multiple...
**Describe the bug** I accidentally found a bug, when pressing Keys that contain more than 1 character just as: 'Escape', 'Control', 'Alt', 'Insert', 'Delete', 'Page Up', etc... **To Reproduce** Just...