https://github.com/kanocomputing/x-carousel
x-carousel allows user to navigate through an overflowed section using button or touch depending on the device.
https://github.com/kanocomputing/x-carousel
polymer-element web-components
Last synced: 4 months ago
JSON representation
x-carousel allows user to navigate through an overflowed section using button or touch depending on the device.
- Host: GitHub
- URL: https://github.com/kanocomputing/x-carousel
- Owner: KanoComputing
- License: gpl-3.0
- Created: 2017-01-18T17:30:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T12:33:08.000Z (about 8 years ago)
- Last Synced: 2025-08-28T23:41:28.979Z (9 months ago)
- Topics: polymer-element, web-components
- Language: HTML
- Homepage: https://kanocomputing.github.io/x-carousel
- Size: 2.01 MB
- Stars: 0
- Watchers: 20
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# x-carousel
`x-carousel` allows user to navigate through an overflowed section using button or touch depending on the device.
## Installation
1. Clone this repo
2. Install the dependencies with `bower install`
## Usage
Import the component into your project, e.g.
```
```
And declare the component with content to fill the slots (buttons are optional):
```
<
...
>
```
## Contributing
1. Fork this repo and clone it locally
2. Follow the installation instructions above
3. Use [Polyserve](https://github.com/Polymer/polyserve) in development
4. Make a new branch and commit your changes
5. Push to your repository and make a pull request
## Credits
Developed at Kano Computing Ltd.
## License
GNU GENERAL PUBLIC LICENSE, version 3. See LICENSE.