Skip to content

spencermountain/somehow-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

somehow-grid
— part of somehow
WIP svelte infographics

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>

image

MIT