{"id":22494540,"url":"https://github.com/ivstudio/tyger-ui","last_synced_at":"2025-08-03T02:30:50.998Z","repository":{"id":59145143,"uuid":"509861678","full_name":"ivstudio/tyger-ui","owner":"ivstudio","description":"Themeable  React UI component library ","archived":false,"fork":false,"pushed_at":"2024-02-18T00:37:19.000Z","size":3719,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-10T18:53:39.342Z","etag":null,"topics":["component-library","components","dark-mode","design-system","frontend-components","js-library","lerna","react","react-components","react-library","styled-components","styled-system","typescript-library","ui","ui-library"],"latest_commit_sha":null,"homepage":"https://main--62cb3e5f2ca3572c994908ed.chromatic.com/?path=/story/components-button--filled","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/ivstudio.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":"2022-07-02T21:06:13.000Z","updated_at":"2023-03-07T10:18:42.000Z","dependencies_parsed_at":"2023-02-12T17:31:06.633Z","dependency_job_id":null,"html_url":"https://github.com/ivstudio/tyger-ui","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivstudio%2Ftyger-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivstudio%2Ftyger-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivstudio%2Ftyger-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivstudio%2Ftyger-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivstudio","download_url":"https://codeload.github.com/ivstudio/tyger-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228516726,"owners_count":17932441,"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","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":["component-library","components","dark-mode","design-system","frontend-components","js-library","lerna","react","react-components","react-library","styled-components","styled-system","typescript-library","ui","ui-library"],"created_at":"2024-12-06T19:14:53.101Z","updated_at":"2024-12-06T19:14:54.041Z","avatar_url":"https://github.com/ivstudio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  Tyger UI\n\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cp\u003e\n  Tyger-ui is a React-based component library for the web.\n  \u003c/br\u003e\n\u003c/p\u003e\n\n![npm](https://img.shields.io/npm/v/@tyger-ui/react)\n![npm type definitions](https://img.shields.io/npm/types/@tyger-ui/react)\n![npm](https://img.shields.io/npm/dm/@tyger-ui/react)\n[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/mui/material-ui/blob/HEAD/LICENSE)\n\n\u003c/div\u003e\n\n\u003c/br\u003e\n\n## ✨ Features\n\n-   A set of high-quality React components.\n-   Written using TypeScript and Styled Components.\n-   Powerful theme customization.\n-   Server-side Rendering support.\n\n[**Try it out on CodeSandbox ▸**](https://codesandbox.io/s/amazing-danny-i26k2y?fontsize=14\u0026hidenavigation=1\u0026theme=dark)\n\n\u003c/br\u003e\n\n## Installation\n\n-   Tyger UI is available as an [npm package](https://www.npmjs.com/package/@tyger-ui/react).\n-   Tyger UI system is available as an [npm package](https://www.npmjs.com/package/@tyger-ui/system).\n\n\u003cbr /\u003e\n\n**npm:**\n\n```sh\nnpm i @tyger-ui/react @tyger-ui/system styled-components framer-motion\n```\n\n**yarn:**\n\n```sh\nyarn add @tyger-ui/react @tyger-ui/system styled-components framer-motion\n```\n\n**SVG icons**\n\ntyger-ui is currently using react-icons on its components.\n\n```sh\n\nnpm install react-icons --save\n# or\nyarn add react-icons\n\n```\n\n\u003cbr /\u003e\n\n---\n\n\u003cbr /\u003e\n\n## Getting started with Tyger UI\n\n```jsx\nimport * as React from 'react';\nimport { Button } from '@tyger-ui/react';\n\nfunction App() {\n\treturn \u003cButton\u003eHello World\u003c/Button\u003e;\n}\n```\n\n[![Edit tyger-ui](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/amazing-danny-i26k2y?fontsize=14\u0026hidenavigation=1\u0026theme=dark)\n\n\u003c/br\u003e\n\n## Storybook documentation\n\n-   [Tyger UI Storybook](https://main--62cb3e5f2ca3572c994908ed.chromatic.com/?path=/story/components-button--filled)\n\n\u003c/br\u003e\n\n## Roadmap and contributors\n\ntyger-ui is currently under development and it welcomes contributors.\n\n\u003c/br\u003e\n\n## License\n\nMIT License © 2023 [ivstudio](https://github.com/ivstudio)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivstudio%2Ftyger-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivstudio%2Ftyger-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivstudio%2Ftyger-ui/lists"}