Skip to content

Grid

This package contains an opinionated version of the Bootstrap v4 flexbox grid.

Install

bash
npm install @zendeskgarden/css-grid
npm install @zendeskgarden/css-grid

CSS

css
@import '@zendeskgarden/css-grid';
@import '@zendeskgarden/css-grid';

CDN

html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/combine/npm/@zendeskgarden/css-grid@0.1.39" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/combine/npm/@zendeskgarden/css-grid@0.1.39" />

All classes are consistent with the Bootstrap Grid Documentation.


Original credits to Zendesk Garden Grid