# Tiny Components - Slider Created with [Riot.js](https://riot.js.org) Using Styles for UI from [Plain-UI](https://plain-ui.com), Swipe is handle by [HammerJS](https://hammerjs.github.io/) Source: [https://gitea.node001.net/tiny-components/raw](https://gitea.node001.net/tiny-components/raw) Mirror: [https://github.com/node001-net/tiny-components-raw](https://github.com/node001-net/tiny-components-raw) ## Installation Setup this registry in your project .npmrc file: ``` @tiny-components:registry=https://gitea.node001.net/api/packages/tiny-components/npm/ ``` Install with npm or yarn ``` npm i --save @tiny-components/slider yarn add @tiny-components/slider ``` # Using ``` ``` # Customize Extends your Component with mixin.js. ```
// your markup
```