Grid Usage

To import Grid into a React file:

  import { Grid } from '@zebra-zeta/react';

Example

  import { Grid } from '@zebra-zeta/react';

  export const GridExample = () => {
    return (
      <Grid />
    )
  }