{"id":31667914,"url":"https://github.com/axel-dev/riot-presents","last_synced_at":"2026-02-17T01:33:42.031Z","repository":{"id":121133893,"uuid":"178557950","full_name":"AXeL-dev/riot-presents","owner":"AXeL-dev","description":"Riot slideshow components","archived":false,"fork":false,"pushed_at":"2020-12-12T12:18:53.000Z","size":670,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T00:50:56.567Z","etag":null,"topics":["presentation","riotjs","slide","slideshow"],"latest_commit_sha":null,"homepage":"https://axel-dev.github.io/riot-presents/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AXeL-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-03-30T12:50:16.000Z","updated_at":"2020-12-12T12:18:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"13528e82-c8c4-4db4-a9be-e272ce8de0a0","html_url":"https://github.com/AXeL-dev/riot-presents","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AXeL-dev/riot-presents","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AXeL-dev%2Friot-presents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AXeL-dev%2Friot-presents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AXeL-dev%2Friot-presents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AXeL-dev%2Friot-presents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AXeL-dev","download_url":"https://codeload.github.com/AXeL-dev/riot-presents/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AXeL-dev%2Friot-presents/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29529486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T00:57:22.232Z","status":"ssl_error","status_checked_at":"2026-02-17T00:54:25.811Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["presentation","riotjs","slide","slideshow"],"created_at":"2025-10-08T00:49:36.549Z","updated_at":"2026-02-17T01:33:42.023Z","avatar_url":"https://github.com/AXeL-dev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"Riot Presents\n=============\n\nA [Riot](https://axel-dev.github.io/portfolio/blog/post/riot-js-simple-yet-powerful) slideshow components to create HTML presentations inspired by [react-presents](https://github.com/bvaughn/react-presents) \u0026 [Slidr](https://github.com/sarfraznawaz2005/Slidr).\n\n[View Demo](https://axel-dev.github.io/riot-presents/)\n\nExample Usage\n-------------\n\nTo setup your own slides you only need to modify the [slides.js](js/slides.js) file \u0026 fill up the `slides` array with your data like so:\n\n```javascript\nvar slides = [];\n\nslides.push({\n    title:   'Slide Title',\n    content: 'Some text or HTML content or expressions { expressions.text }',\n    class:   'white-color', // Any CSS class(es) that should be applied to the slide container\n    style:   `\n        :scope {\n            background-color: dark;\n        }\n        .white-color {\n            color: white;\n        }\n    `, // custom CSS will work only on the elements inside the slide\n    expressions: {\n        text: 'This is inserted with an expression'\n    } // expressions is a simple object used to fill Riot JS expressions\n});\n```\n\nThat's it!\n\n**Note**: you can merge all the tag files into one file/component to simplify the inclusion of riot-presents into your projects.\n\nContributing\n------------\n\nRead [contributing guidelines](https://github.com/AXeL-dev/contributing/blob/master/README.md).\n\nLicense\n-------\n\nriot-presents is licensed under the [MIT](LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxel-dev%2Friot-presents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxel-dev%2Friot-presents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxel-dev%2Friot-presents/lists"}