{"id":15412764,"url":"https://github.com/molefrog/presa","last_synced_at":"2025-07-22T04:34:41.268Z","repository":{"id":50529628,"uuid":"112471920","full_name":"molefrog/presa","owner":"molefrog","description":"🎞 Make stylish presentations in React, powered by styled-components","archived":false,"fork":false,"pushed_at":"2018-05-09T18:57:55.000Z","size":1997,"stargazers_count":183,"open_issues_count":3,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-01T10:48:57.236Z","etag":null,"topics":["deck","presentation","react","slides"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/molefrog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-29T12:19:37.000Z","updated_at":"2025-03-03T14:43:55.000Z","dependencies_parsed_at":"2022-09-10T11:50:53.670Z","dependency_job_id":null,"html_url":"https://github.com/molefrog/presa","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/molefrog/presa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molefrog%2Fpresa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molefrog%2Fpresa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molefrog%2Fpresa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molefrog%2Fpresa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/molefrog","download_url":"https://codeload.github.com/molefrog/presa/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molefrog%2Fpresa/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266428345,"owners_count":23926982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["deck","presentation","react","slides"],"created_at":"2024-10-01T16:54:17.402Z","updated_at":"2025-07-22T04:34:41.240Z","avatar_url":"https://github.com/molefrog.png","language":"JavaScript","readme":"\u003cimg src=\"/src/assets/raw/presa-logo.png\" height=\"38px\" /\u003e\r\n\r\nPresent with joy in React. Minimal and self-contained framework for presentations built with `styled-components`.\r\nPresa aims to be:\r\n\r\n* **Lightweight.** No external css needed and as minimal dependencies as possible.\r\n* **Extendable.** _Presa_ uses `styled-components` so almost all of its internal components can be extended and themized.\r\n* **Modular.** Core barebone and building blocks are separated and may be optionally excluded from the presentation.\r\n* **Aestetically pleasing.** Simple but functional UI, typography included.\r\n\r\nHere is how Presa UI looks like:\r\n\r\n[![Presa UI](/demo/images/presa-ui.jpg)](http://molefrog.com/stateful-animations/)\r\n\r\nList of currently supported features:\r\n\r\n* Slideshow mode with optinonal table of the contents in a sidebar.\r\n* Fullscreen API.\r\n* Supports clicker and keyboard navigation.\r\n* _Bird's eye_ view mode.\r\n* Slides are _components_. They are not rendered until the slide is active.\r\n\r\n### Getting started\r\n\r\nLet's add a simple slide with a background.\r\n\r\n```JavaScript\r\nimport { Presentation, Slide } from 'presa'\r\n\r\n// No need to pass indexes here\r\nconst Deck = () =\u003e (\r\n  \u003cPresentation\u003e\r\n    \u003cSlide background=\"wat.jpg\"\u003e\r\n      Let talk about JavaScript!\r\n    \u003c/Slide\u003e\r\n  \u003c/Presentation\u003e\r\n)\r\n\r\n// Make sure you render into a full-page container\r\nReactDOM.render(\u003cDeck /\u003e, container)\r\n```\r\n\r\nIf you do that in your app, Presa will run automatically.\r\n\r\n### Contributing\r\n\r\nFeel free to open issues and PRs! If you want to develop Presa locally you can test your features\r\nby adding them to the demo deck inside the `demo/` folder. To open the development server run `yarn dev`.\r\n\r\nThe project uses [Prettier](https://prettier.io/) which runs automatically before every commit making\r\nthe code base consistent. See also [text editor integrations](https://prettier.io/docs/en/editors.html).\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmolefrog%2Fpresa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmolefrog%2Fpresa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmolefrog%2Fpresa/lists"}