{"id":22444560,"url":"https://github.com/teneplaysofficial/marquee","last_synced_at":"2026-02-14T15:03:46.320Z","repository":{"id":266526904,"uuid":"897423059","full_name":"teneplaysofficial/marquee","owner":"teneplaysofficial","description":"@tenedev/marquee – Smooth, customizable scrolling elements for React.","archived":false,"fork":false,"pushed_at":"2025-01-23T12:24:03.000Z","size":199,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-13T16:55:06.552Z","etag":null,"topics":["animation","framer-motion","library","marquee","npm-module","react","ui","vitepress","vitereact"],"latest_commit_sha":null,"homepage":"https://teneplaysofficial.github.io/marquee/","language":"TypeScript","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/teneplaysofficial.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}},"created_at":"2024-12-02T15:52:35.000Z","updated_at":"2025-02-28T03:25:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"070031cd-3a80-45c3-8261-bedbc2554e2f","html_url":"https://github.com/teneplaysofficial/marquee","commit_stats":null,"previous_names":["teneplaysofficial/marquee"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/teneplaysofficial/marquee","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teneplaysofficial%2Fmarquee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teneplaysofficial%2Fmarquee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teneplaysofficial%2Fmarquee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teneplaysofficial%2Fmarquee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teneplaysofficial","download_url":"https://codeload.github.com/teneplaysofficial/marquee/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teneplaysofficial%2Fmarquee/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29447768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T14:10:32.461Z","status":"ssl_error","status_checked_at":"2026-02-14T14:09:49.945Z","response_time":53,"last_error":"SSL_read: 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":["animation","framer-motion","library","marquee","npm-module","react","ui","vitepress","vitereact"],"created_at":"2024-12-06T03:08:45.414Z","updated_at":"2026-02-14T15:03:46.293Z","avatar_url":"https://github.com/teneplaysofficial.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![NPM Version](https://img.shields.io/npm/v/@tenedev/marquee)\n![NPM Downloads](https://img.shields.io/npm/dm/@tenedev/marquee)\n![GitHub License](https://img.shields.io/github/license/TenEplaysOfficial/marquee)\n![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/TenEplaysOfficial/marquee)\n\u003c!-- ![GitHub Sponsors](https://img.shields.io/github/sponsors/TenEplaysOfficial) --\u003e\n\n# @tenedev/marquee\n\n`@tenedev/marquee` is a lightweight and easy-to-use React component library that enables smooth, customizable scrolling text effects in your web applications. Built with `framer-motion`, it offers a seamless animation experience, allowing you to create engaging dynamic content like announcements, news tickers, and promotional banners. With simple integration and flexible customization options, `@tenedev/marquee` is perfect for adding motion and attention-grabbing elements to your site.\n\n---\n\n### How Does Marquee Work?\nThe `Marquee` component scrolls text horizontally in a loop. It can be customized to scroll in either left-to-right or right-to-left directions. Powered by `framer-motion`, it offers seamless, high-performance animations with easy-to-use props to control the behavior.\n\n### Why Use Marquee?\n\n- **Engage Users**: Capture attention with dynamic, moving text—ideal for announcements, news tickers, or promotional banners.\n- **Customizable**: Adjust the scroll direction, speed, and content, making it suitable for various use cases.\n- **Smooth Animations**: With `framer-motion`, `@tenedev/marquee` provides smooth, responsive scrolling effects that enhance the user experience.\n\n### Installation\n\nTo get started with `@tenedev/marquee`, install the package and set up your React app:\n\n```bash\nnpm i @tenedev/marquee\n```\n\nFor detailed installation steps, check out the [Getting Started guide](https://teneplaysofficial.github.io/marquee/getting-started).\n\n\n### Props\n\n| Prop       | Type        | Default | Description                                                                  |\n| ---------- | ----------- | ------- | ---------------------------------------------------------------------------- |\n| `children` | `ReactNode` | —       | The content to be displayed in the marquee (e.g., text, images, components). |\n| `speed`    | `number`    | `50`    | The speed of the scrolling animation.                                        |\n| `gap`      | `number`    | `10`    | The gap (in pixels) between items in the marquee.                            |\n\n\n\n## Example Usage\n\nHere’s how to use the `Marquee` component:\n\n```tsx\nimport { Marquee } from \"@tenedev/marquee\";\n\n\u003cMarquee speed={75} gap={20}\u003e\n  \u003cspan\u003eItem 1\u003c/span\u003e\n  \u003cspan\u003eItem 2\u003c/span\u003e\n  \u003cspan\u003eItem 3\u003c/span\u003e\n\u003c/Marquee\u003e\n```\n\n### Notes\n\n- Ensure `framer-motion` is installed since it is a peer dependency.\n- The `speed` prop determines the animation duration.\n- The `gap` prop adjusts spacing between child elements.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteneplaysofficial%2Fmarquee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteneplaysofficial%2Fmarquee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteneplaysofficial%2Fmarquee/lists"}