Skip to content

Commit

Permalink
Added library to Node Package Manager.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaxovaiko committed Aug 16, 2018
1 parent 0851441 commit abe85b1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5,135 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,25 @@
### Table of contents

- [How to install](https://github.com/zaxoavoki/stratum.js#how-to-install)
- [How to use](https://github.com/zaxoavoki/stratum.js#how-to-use)
- [Additional information](https://github.com/zaxoavoki/stratum.js#additional-information)
- [Future updates](https://github.com/zaxoavoki/stratum.js#future-updates)
- [Copyright and license](https://github.com/zaxoavoki/stratum.js#copyright-and-license)

### How to use
### How to install

- You can download it with [stratum.js CDN](https://cdn.rawgit.com/zaxoavoki/stratum.js/31373231/dist/stratum.min.js);
- You can download it with [stratum.js CDN](https://cdn.rawgit.com/zaxoavoki/stratum.js/31373231/dist/stratum.min.js)
- You can find it in [npm](https://www.npmjs.com/package/stratum.js)

Use with npm:

```
npm i stratum.js
```

### How to use

You can create a grid using `stratum()` function. It gets object as
parameter with three options:

Expand All @@ -36,11 +46,9 @@ parameter with three options:

### Future updates

- Older browsers' supports;
- Add stratum.js stylesheet;
- Pass hidden grid items;
- Package in the [npm](https://www.npmjs.com/) catalog *(after version 1.5.0)*;

- Older browsers supports
- Add responsive grid checker

### Copyright and license

Code and documentation copyright 2018. Code released under the [MIT License](https://en.wikipedia.org/wiki/MIT_License).
Expand Down
Loading

0 comments on commit abe85b1

Please sign in to comment.