0.0.5 • Published 2 years ago

@easrng/image-grid v0.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@easrng/image-grid

a zero-dependency image grid web component

installation

npm install @easrng/image-grid

usage

<easrng-image-grid>
  <div slot="extra">child that won't get included in the layout (put your buttons or whatever here)</div>
  <div data-width="16" data-height="9">16:9</div>
  <div data-width="4" data-height="3">4:3</div>
  <div data-width="1" data-height="1">1:1</div>
  <div data-width="1" data-height="2">1:2</div>
</easrng-image-grid>
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago