0.2.0 • Published 3 years ago

@waweb/base-ui.layout.grid-component v0.2.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
3 years ago

Grid Component

Basic grid element for 1-12 columns. Accepts all props of native html div element.

import { grid } from '@bit/bit.base-ui.layout.grid-component';

//...

<Grid col={2}>
  <div>column 1</div>
  <div>column 2</div>
</Grid>;

It has built in responsive support, using it's colX props:

//single column by default, 2 columns for large screens:
<Grid col={1} colL={2}>
  <div>column 1</div>
  <div>column 2</div>
</Grid>

breakpoints:

  • col (all)
  • colXs 360px
  • colSm 480px
  • colMd 768px
  • colL 920px
  • colLg 1080px
  • colXl 1440px
@infinitebrahmanuniverse/nolb-_waw@everything-registry/sub-chunk-1002@waweb/evangelist.sections.enterprise-offering.enterprise-bullets@waweb/evangelist.sections.enterprise-offering.hero@waweb/evangelist.sections.enterprise-section@waweb/evangelist.sections.hero@waweb/evangelist.sections.independent-teams@waweb/evangelist.sections.reuse-components@waweb/evangelist.sections.support-page.global-enterprise@waweb/evangelist.sections.support-page.hero@waweb/evangelist.sections.support-page.support-channels@waweb/evangelist.sections.support-page.support-cta@waweb/evangelist.sections.support-page.support-developers@waweb/evangelist.sections.cta@waweb/evangelist.sections.discover-components@waweb/evangelist.sections.enterprise-offering.advantage-cards@waweb/evangelist.sections.enterprise-offering.component-analytics@waweb/evangelist.sections.build-together@waweb/evangelist.sections.community@waweb/evangelist.sections.component-advantages@waweb/app.sections.build-together@waweb/app.sections.community@waweb/app.sections.independent-teams@waweb/app.sections.reuse-components@waweb/app.sections.support-page.global-enterprise@waweb/app.sections.support-page.hero@waweb/app.sections.support-page.support-channels@waweb/app.sections.support-page.support-cta@waweb/app.sections.component-advantages@waweb/app.sections.cta@waweb/app.sections.discover-components@waweb/app.sections.enterprise-offering.advantage-cards@waweb/app.sections.enterprise-offering.component-analytics@waweb/app.sections.enterprise-offering.enterprise-bullets@waweb/app.sections.enterprise-offering.hero@waweb/app.sections.enterprise-section@waweb/app.sections.hero@waweb/app.sections.support-page.support-developers@waweb/docs.ui.copy-box@zalastax/nolb-_waw
0.2.0

3 years ago

0.1.1

3 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.0.2

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago