0.1.11 • Published 3 years ago

@web-inmars/mars-grid v0.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

mars-grid

Web component that allows us to show an accessible and beautiful grid so that users can see the content of the page.

Installation

  npm i @web-inmars/mars-grid --save

Usage

<script type="module">
   import 'mars-grid/mars-grid.js';
</script>

<mars-grid>
     I'm a container for the items
</mars-grid>

Properties

PropertyAttributeTypeDefault
alignContentalign-contentstring""
alignItemsalign-itemsstring""
containerSizecontainer-sizestring""
gapgapstring""
gridgridstring""
gridAutoFlowgrid-auto-flowstring""
gridTemplategrid-templatestring""
inlineinlinebooleanfalse
justifyContentjustify-contentstring""
justifyItemsjustify-itemsstring""
placeContentplace-contentstring""
placeItemsplace-itemsstring""

Methods

MethodType
createRenderRoot(): this
0.1.11

3 years ago

0.1.10

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.5

3 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago