1.3.2 • Published 2 years ago

@watheia/base-ui.layout.align v1.3.2

Weekly downloads
-
License
EPL-2.0
Repository
-
Last release
2 years ago

Align

A set of CSS components to align elements.

text

Same as css property text-align.

import { text } from "@bit/bit.base-ui.layout.align"
function A() {
  return <div className={text.center}>a</div>
}

Breakpoints

Align elements according to html breakpoints.

import { text } from '@bit/bit.base-ui.layout.align';
function B() {
	return <div className={classNames(text.left, text.md.center text.l.left)}>
			b
	</div>
}

Margin center

Same as margin-left: auto; margin-right: auto.

import { marginCenter } from "@bit/bit.base-ui.layout.align"

function C() {
  return <div className={classNames(marginCenter)}>this is centered</div>
}

Breakpoints:

  • (default) (all)
  • xs 360px
  • sm 480px
  • md 768px
  • l 920px
  • lg 1080px
  • xl 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.support-page.support-packages@watheia/pwa.pages.enterprise-offering@watheia/pwa.sections.enterprise-offering.advantage-cards@watheia/pwa.sections.enterprise-offering.component-analytics@watheia/pwa.sections.enterprise-offering.eco-system@watheia/pwa.sections.enterprise-offering.enterprise-bullets@watheia/pwa.sections.enterprise-offering.experts-support@watheia/pwa.sections.enterprise-offering.hero@watheia/pwa.sections.enterprise-offering.powering-enterprise@watheia/pwa.sections.enterprise-offering.reliability@watheia/pwa.sections.enterprise-offering.sales-cta@watheia/pwa.sections.hybrid-homepage.build-together@watheia/pwa.sections.hybrid-homepage.carousel-section@watheia/pwa.sections.hybrid-homepage.community@watheia/pwa.sections.hybrid-homepage.component-advantages@watheia/pwa.sections.hybrid-homepage.cta@watheia/pwa.sections.hybrid-homepage.develop-components@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.hybrid-homepage.talk-to-experts@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.develop-components@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.talk-to-experts@waweb/uikit.sections.build-together@waweb/uikit.sections.carousel-section@watheia/mfe.views.enterprise-offering@watheia/mfe.views.hybrid-homepage@watheia/mfe.views.support@watheia/design.views.hybrid-homepage
1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.3.2

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.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