1.0.4 • Published 4 years ago

lightboot v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

Lightboot

CSS framework extracted from bootstrap for laying out containers, rows and columns.

Reference

https://getbootstrap.com/docs/4.4/layout/overview/

License

https://getbootstrap.com/docs/4.0/about/license/

https://github.com/twbs/bootstrap/blob/v4.0.0/LICENSE

Usage

React

import React from 'react';
import 'lightboot';

const MyExample = () => (
  <div className="container">
    <div className="row">
      <div className="col-12 col-xl-6">Col 1</div>
      <div className="col-12 col-xl-6">Col 2</div>
      <div className="col-12 col-xl-6">Col 3</div>
      <div className="col-12 col-xl-6">Col 4</div>
    </div>
  </div>
);

export default MyExample;
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago