@maggioli-design-system/mds-grid
v1.2.0
Published
mds-grid is a web-component from Maggioli Design System Magma, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScirpt framework you are using.
Keywords
Readme
mds-grid
This component is deprecated as it is enough to use plain HTML with the help of frameworks like TailwindCSS like in the example below:
<div class="grid grid-cols-2 gap-2">
<div>Column 1</div>
<div>Column 2</div>
</div>Built with love @ Maggioli Informatica / R&D Department
