This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@growcss/xy-grid
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

GrowCss XY-Grid

Installation

npm install @growcss/xy-grid

or if you're using yarn

yarn add @growcss/xy-grid

Usage

To implement XY-Grid component into your project you'll need to add the import:

import { Cell, GridX, GridContainer } from '@growcss/xy-grid';

After adding import into your project you can use it simply like:

<GridContainer>
  <GridX>
    <Cell small={4}>cell</Cell>
    <Cell small={4}>cell</Cell>
    <Cell small={4}>cell</Cell>
  </GridX>
</GridContainer>

Package Sidebar

Install

npm i @growcss/xy-grid

Homepage

growcss.com

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

182 kB

Total Files

11

Last publish

Collaborators

  • prisis