https://github.com/harshdoesdev/a-slideshow
A Web Component For Pure HTML Slideshows
https://github.com/harshdoesdev/a-slideshow
Last synced: about 1 month ago
JSON representation
A Web Component For Pure HTML Slideshows
- Host: GitHub
- URL: https://github.com/harshdoesdev/a-slideshow
- Owner: harshdoesdev
- License: mit
- Created: 2022-06-06T14:06:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T14:11:52.000Z (almost 4 years ago)
- Last Synced: 2025-12-09T13:51:26.655Z (6 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# a-slideshow
A Web Component For Pure HTML Slideshows
## Usage
**app.js**
```javascript
import '/src/a-slideshow.js' // or import 'https://cdn.jsdelivr.net/gh/rare-earth/a-slideshow/src/a-slideshow.js'
```
**index.html**
```html
Hello World!
This is a Demo
Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque inventore, adipisci debitis porro incidunt officiis, at, voluptate placeat magnam praesentium fugiat amet autem. Provident architecto eaque porro id modi unde eum autem pariatur, maxime exercitationem culpa aliquam. Laborum, placeat ducimus totam, at sequi numquam minima eum reprehenderit iusto voluptates unde?
This is an Image
```