This package has been deprecated

Author message:

Deprecated in favor of @rei/cdr-col

@rei-co-op/cedar-column

0.0.8 • Public • Published

Note: immediate children of cdr-col are treated as flex items (due to a flex height bug in Safari). As a result, if you want to have more than one child element they should be wrapped in a single div element.

See cdr-row for complex example.

Examples

Span

<div class="cdr-container-fluid">
  <h4>Basic</h4>
  <cdr-row>
    <cdr-col span="3">
      <div class="row-demo">A</div>
    </cdr-col>
    <cdr-col span="3">
      <div class="row-demo">B</div>
    </cdr-col>
    <cdr-col span="3">
      <div class="row-demo">C</div>
    </cdr-col>
    <cdr-col span="3">
      <div class="row-demo">D</div>
    </cdr-col>
    <cdr-col span="3">
      <div class="row-demo">E</div>
    </cdr-col>
  </cdr-row>
</div>

Readme

Keywords

none

Package Sidebar

Install

npm i @rei-co-op/cedar-column

Weekly Downloads

1

Version

0.0.8

License

ISC

Last publish

Collaborators

  • heavymedl
  • peripateticus
  • mhewson