{"id":19600924,"url":"https://github.com/iq-tech/spinetic","last_synced_at":"2025-07-26T07:41:18.979Z","repository":{"id":196906330,"uuid":"697331078","full_name":"IQ-tech/spinetic","owner":"IQ-tech","description":"See the full documentation and test the carousel on the playground. ","archived":false,"fork":false,"pushed_at":"2024-10-15T17:14:47.000Z","size":10158,"stargazers_count":19,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-27T16:42:54.504Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://iq-tech.github.io/spinetic/?path=/docs/pages-overview--documentation","language":"TypeScript","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/IQ-tech.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-27T14:08:30.000Z","updated_at":"2025-01-09T14:43:28.000Z","dependencies_parsed_at":"2024-02-03T04:29:52.684Z","dependency_job_id":"587527d7-0345-4509-8878-d9e63fc3cbeb","html_url":"https://github.com/IQ-tech/spinetic","commit_stats":null,"previous_names":["iq-tech/spinetic"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IQ-tech/spinetic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQ-tech%2Fspinetic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQ-tech%2Fspinetic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQ-tech%2Fspinetic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQ-tech%2Fspinetic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IQ-tech","download_url":"https://codeload.github.com/IQ-tech/spinetic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQ-tech%2Fspinetic/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267137161,"owners_count":24041321,"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-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2024-11-11T09:16:35.874Z","updated_at":"2025-07-26T07:41:18.952Z","avatar_url":"https://github.com/IQ-tech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spinetic \n\n## [Getting Started](https://iq-tech.github.io/spinetic/?path=/docs/pages-getting-started--documentation)\n\n### Installation with npm\n\n```shell\nnpm i react-spinetic\n```\n\n### Installation with yarn\n\n```shell\nyarn add react-spinetic\n```\n\n### Example Usage\n\n1. Import the styles in your `main app.tsx` file:\n\n```tsx\nimport \"react-spinetic/styles.css\";\n```\n\n2. Import the Spinetic components wherever you want to use them:\n\n```tsx\nimport { Spinetic, SpineticItem } from \"react-spinetic\";\n```\n\n3. Use the following example to understand how to use Spinetic:\n\n```tsx\nfunction App() {\n  const exampleItems = ['content-1', 'content-2', 'content-3', 'content-4', 'content-5'];\n\n  return (\n    \u003cSpinetic config={{ autoRotate: true }}\u003e\n      {exampleItems.map((content, index) =\u003e (\n        \u003cSpineticItem key={index}\u003e\n          \u003cdiv style={{ height: 200, width: 250, background: 'blue', margin: 10 }}\u003e\n            {content}\n          \u003c/div\u003e\n        \u003c/SpineticItem\u003e\n      ))}\n    \u003c/Spinetic\u003e\n  );\n}\n\nexport default App;\n```\n\nMake sure to import the required styles, components, and configuration types. Then, use the `Spinetic` component and `SpineticItem` component to create a carousel. Customize the appearance and behavior of the carousel through the configuration options. Finally, map through your items and wrap them in `SpineticItem` components to display them within the carousel.\n\n\nFor more information, refer to the complete documentation and explore the carousel features in the playground by visiting the following link: [Spinetic Documentation](https://iq-tech.github.io/spinetic/?path=/docs/pages-overview--documentation).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiq-tech%2Fspinetic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiq-tech%2Fspinetic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiq-tech%2Fspinetic/lists"}