1.3.3 • Published 2 years ago

@watheia/base-ui.layout.grid-component v1.3.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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-_wath@everything-registry/sub-chunk-1001@waweb/comps.views.hybrid-homepage@waweb/uikit.views.hybrid-homepage@watheia/pwa.sections.support-page.support-channels@watheia/pwa.sections.support-page.support-cta@watheia/pwa.sections.support-page.support-developers@watheia/pwa.sections.enterprise-offering.advantage-cards@watheia/pwa.sections.enterprise-offering.component-analytics@watheia/pwa.sections.enterprise-offering.enterprise-bullets@watheia/pwa.sections.enterprise-offering.hero@watheia/pwa.sections.hybrid-homepage.build-together@watheia/pwa.sections.hybrid-homepage.community@watheia/pwa.sections.hybrid-homepage.component-advantages@watheia/pwa.sections.hybrid-homepage.cta@watheia/pwa.sections.hybrid-homepage.discover-components@watheia/pwa.sections.hybrid-homepage.enterprise-section@watheia/pwa.sections.hybrid-homepage.hero@watheia/pwa.sections.hybrid-homepage.independent-teams@watheia/pwa.sections.hybrid-homepage.reuse-components@watheia/pwa.sections.support-page.global-enterprise@watheia/pwa.sections.support-page.hero@waweb/uikit.sections.community@waweb/uikit.sections.component-advantages@waweb/uikit.sections.cta@waweb/uikit.sections.discover-components@waweb/uikit.sections.enterprise-section@waweb/uikit.sections.hero@waweb/uikit.sections.independent-teams@waweb/uikit.sections.reuse-components@waweb/uikit.sections.build-together@watheia/mfe.views.enterprise-offering@watheia/mfe.views.hybrid-homepage@watheia/mfe.views.support@watheia/design.views.hybrid-homepage@watheia/docs.ui.copy-box@watheia/docs.ui.consumable-link@watheia/docs.ui.table-heading-row@watheia/docs.ui.table-row
1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.1.4

2 years ago

1.3.1

2 years ago

1.1.3

2 years ago

1.3.0

2 years ago

1.0.0

3 years ago

0.1.7

3 years ago

0.1.4

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.3

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago