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