1.0.2 • Published 3 years ago

@watheia/micro.base-ui.layout.grid-component v1.0.2

Weekly downloads
-
License
EPL-2.0
Repository
gitlab
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
@watheia/micro.evangelist.sections.hybrid-homepage.reuse-components@watheia/micro.evangelist.sections.independent-teams@watheia/micro.evangelist.sections.reuse-components@watheia/micro.evangelist.sections.support-page.global-enterprise@watheia/micro.evangelist.sections.support-page.hero@watheia/micro.evangelist.sections.build-together@watheia/micro.evangelist.sections.enterprise-section@watheia/micro.evangelist.sections.hero@watheia/micro.evangelist.sections.hybrid-homepage.build-together@watheia/micro.evangelist.sections.hybrid-homepage.community@watheia/micro.evangelist.sections.hybrid-homepage.component-advantages@watheia/micro.evangelist.sections.hybrid-homepage.cta@watheia/micro.evangelist.sections.hybrid-homepage.discover-components@watheia/micro.evangelist.sections.hybrid-homepage.enterprise-section@watheia/micro.evangelist.sections.hybrid-homepage.hero@watheia/micro.evangelist.sections.hybrid-homepage.independent-teams@watheia/micro.evangelist.sections.community@watheia/micro.evangelist.sections.component-advantages@watheia/micro.evangelist.sections.cta@watheia/micro.evangelist.sections.discover-components@watheia/micro.evangelist.sections.enterprise-offering.advantage-cards@watheia/micro.evangelist.sections.enterprise-offering.component-analytics@watheia/micro.evangelist.sections.enterprise-offering.enterprise-bullets@watheia/micro.evangelist.sections.enterprise-offering.hero@watheia/micro.evangelist.sections.support-page.support-channels@watheia/micro.evangelist.sections.support-page.support-cta@watheia/micro.evangelist.sections.support-page.support-developers
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago