blazing-layout

1.2.7 • Public • Published

Blazing Layout

Blazing Layout

Blazing fast css layout framework

Install

npm i blazing-layout

Usage

import 'blazing-layout'

<div class="rac">
    <div>01</div>
    <div>02</div>
</div>

Classes

  • .ras: Row around start
  • .rac: Row around center
  • .rae: Row around end
  • .rbs: Row between start
  • .rbc: Row between center
  • .rbe: Row between end
  • .rse: Row start end
  • .rsc: Row start center
  • .rss: Row start start
  • .ree: Row end end
  • .rec: Row end center
  • .res: Row end start
  • .cas: Column around start
  • .cac: Column around center
  • .cae: Column around end
  • .cbs: Column between start
  • .cbc: Column between center
  • .cbe: Column between end

License

MIT

Example

Blazing Layout

Package Sidebar

Install

npm i blazing-layout

Weekly Downloads

6

Version

1.2.7

License

MIT

Unpacked Size

4.84 kB

Total Files

4

Last publish

Collaborators

  • davidmarom