A grid of cells that ripple when clicked.
Hover over the boxes above and click.To be used on backgrounds of hero sections OR Call to Action sections. I beg you don't use it everywhere.
To install, just include the following JavaScript somewhere on your page:
<!-- Load the core file first --><script></script>
<!-- Load the component --><script></script>ft-core.iife.js file must be loaded before any other components.
To pass props, include them as JSON inside a <script> tag with the data-fn="props" attribute.
Note The data-ft-* attribute
determines which Frankternity component is mounted and should be replaced with
the component name.
| Prop | Type | Default | Description | Required |
|---|---|---|---|---|
rows | number | 8 | Number of rows in the grid. | No |
cols | number | 27 | Number of columns in the grid. | No |
cellSize | number | 56 | Size of each square cell in pixels. | No |