|
1 |
| -# holo-carousel / slider 2019 |
| 1 | +<!-- @format --> |
2 | 2 |
|
| 3 | +# HOLO |
3 | 4 |
|
4 |
| -info:{ |
| 5 | +```sh |
| 6 | + Neural Line |
| 7 | + Lightweight carousel for javascript and react apps |
| 8 | + H.O.L.O - C.A.R.O.U.S.E.L |
5 | 9 |
|
6 |
| - github: 'https://github.com/NeuralLine/holo-crousel', |
7 |
| - description: 'lightweight carousel for javascript and react apps', |
8 |
| - demo link: 'https://holo-carousel.firebaseapp.com/' |
| 10 | +``` |
9 | 11 |
|
10 |
| -}, |
11 |
| -disclaimer: { |
| 12 | +> One manager for intricate of carousels |
12 | 13 |
|
13 |
| - made in mind for modern browsers |
14 |
| - |
15 |
| -}, |
16 |
| -finally{ |
17 |
| - |
18 |
| - export default ('Thank You') |
19 |
| - |
20 |
| -} |
| 14 | +[![NPM Version][npm-image]][npm-url] |
| 15 | +[![NPM Version][npm-download]][npm-url] |
| 16 | +[![NPM Version][npm-size]][npm-url] |
21 | 17 |
|
| 18 | +## Installation |
| 19 | + |
| 20 | +```sh |
| 21 | +npm i holo-carousel |
| 22 | +yarn add holo-carousel |
| 23 | +``` |
| 24 | + |
| 25 | +## Usage example |
| 26 | + |
| 27 | +```js |
| 28 | +import {Holo} from 'holo-carousel' |
| 29 | + |
| 30 | +//eg simple use: |
| 31 | +Holo.INIT() |
| 32 | +Holo.AUTO('holo-carousel') |
| 33 | +``` |
| 34 | + |
| 35 | +## Holo examples |
| 36 | + |
| 37 | +[holo-carousel ES6](https://holo-carousel.firebaseapp.com/) |
| 38 | + |
| 39 | +## Made with Holo git projects |
| 40 | + |
| 41 | +[Holo carousel](https://github.com/neuralline/holo-carousel) |
| 42 | + |
| 43 | +## Project pipeline |
| 44 | + |
| 45 | +- 1.0.0 initial commit |
| 46 | + |
| 47 | + - adding functionality |
| 48 | + - useability |
| 49 | + - compatibility with varies mvc |
| 50 | + |
| 51 | +- 1.2.0 optimization |
| 52 | + |
| 53 | + - increase performance |
| 54 | + - testability |
| 55 | + - reliability |
| 56 | + |
| 57 | +## Meta |
| 58 | + |
| 59 | +Distributed under the MIT license. See `LICENSE` for more information. |
| 60 | + |
| 61 | +[https://github.com/NeuralLine](https://github.com/NeuralLine) |
| 62 | + |
| 63 | +## Contributing |
| 64 | + |
| 65 | +1. Fork it (<https://www.npmjs.com/package/holo-carousel/fork>) |
| 66 | + |
| 67 | +```sh |
| 68 | + |
| 69 | +Q0.0U0.0A0.0N0.0T0.0U0.0M0 - I0.0N0.0C0.0E0.0P0.0T0.0I0.0O0.0N0.0S0 |
| 70 | +Lightweight carousel for javascript and react apps 2019 |
| 71 | + |
| 72 | +``` |
| 73 | + |
| 74 | +<!-- Markdown link & img dfn's --> |
| 75 | + |
| 76 | +[npm-image]: https://img.shields.io/npm/v/holo-carousel.svg?style=flat |
| 77 | +[npm-url]: https://www.npmjs.com/package/holo-carousel |
| 78 | +[npm-download]: https://img.shields.io/npm/dt/holo-carousel.svg?style=flat |
| 79 | +[npm-size]: https://img.shields.io/bundlephobia/min/holo-carousel.svg?style=flat |
0 commit comments