somehow-grid
v0.1.0
Published
<div align="center"> <div><b>somehow-grid</b></div> <img src="https://user-images.githubusercontent.com/399657/68222691-6597f180-ffb9-11e9-8a32-a7f38aa8bded.png"/> <div>— part of <a href="https://github.com/spencermountain/somehow">somehow</a> —</di
Downloads
6
Readme
a svelte component to render a bunch of squares, and color some of them
work-in-progress,
npm i somehow-grid
<script>
import { Grid, Part } from 'somehow-grid'
</script>
<Grid total="500">
<Part color="red" count="100" />
<Part color="blue" count="100" />
</Grid>
MIT
