{"id":13567082,"url":"https://github.com/skiff-org/skiff-ui","last_synced_at":"2025-04-13T02:19:40.915Z","repository":{"id":37928453,"uuid":"355289696","full_name":"skiff-org/skiff-ui","owner":"skiff-org","description":"React components for the Skiff UI Design System","archived":false,"fork":false,"pushed_at":"2023-11-06T05:29:11.000Z","size":2526,"stargazers_count":404,"open_issues_count":14,"forks_count":122,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-04T12:05:23.765Z","etag":null,"topics":["components","design-system","react","react-components","typescript"],"latest_commit_sha":null,"homepage":"https://skiff.com/ui","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/skiff-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":"audit-ci.json","citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-06T18:21:02.000Z","updated_at":"2025-04-02T20:11:15.000Z","dependencies_parsed_at":"2024-08-01T13:39:40.211Z","dependency_job_id":null,"html_url":"https://github.com/skiff-org/skiff-ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skiff-org%2Fskiff-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skiff-org%2Fskiff-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skiff-org%2Fskiff-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skiff-org%2Fskiff-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skiff-org","download_url":"https://codeload.github.com/skiff-org/skiff-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248654399,"owners_count":21140291,"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":["components","design-system","react","react-components","typescript"],"created_at":"2024-08-01T13:02:23.231Z","updated_at":"2025-04-13T02:19:40.880Z","avatar_url":"https://github.com/skiff-org.png","language":"TypeScript","funding_links":["https://opencollective.com/skiff"],"categories":["TypeScript"],"sub_categories":[],"readme":"\n![Logo](https://raw.githubusercontent.com/skiff-org/skiff-org.github.io/main/assets/updates/skiff-ui-og.png)\n\n\n# Skiff UI – Design System\n\nSkiff UI is an open-source React component library based on a collection of reusable interface elements used in Skiff. It offers a wide range of customizable components for web apps, empowering you to create beautiful and user-friendly interfaces.\n\n[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/skiff-org/skiff-ui/blob/main/LICENSE)\n[![npm latest package](https://img.shields.io/npm/v/@skiff-org/skiff-ui/latest.svg)](https://www.npmjs.com/package/@skiff-org/skiff-ui)\n[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/skiff-org/skiff-ui.svg)](https://isitmaintained.com/project/skiff-org/skiff-ui 'Average time to resolve an issue')\n[![Open Collective backers and sponsors](https://img.shields.io/opencollective/all/skiff)](https://opencollective.com/skiff)\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)\n[![Follow on Twitter](https://img.shields.io/twitter/follow/Skiff_hq.svg?label=follow+Skiff)](https://twitter.com/skiffprivacy)\n\n## Documentation\n\n[Skiff UI Documentation](https://skiff.com/ui)\n\n\n## Installation\n\nInside your project, run either of the commands below to add Skiff UI:\n\n```bash\n  # Install Skiff UI with npm\n  npm install @skiff-org/skiff-ui --save\n```\n\n```bash\n  # Install Skiff UI with yarn\n  yarn add @skiff-org/skiff-ui\n```\n    \n## Using Skiff UI inside your app\n\nIntegrate Skiff components into your project easily, as shown below:\n\n```typescript\n  import { Button, Type } from '@skiff-org/skiff-ui';\n  \u003cButton onClick={onClick} type={Type.SECONDARY}\u003e\n    Click me\n  \u003c/Button\u003e\n```\n\n[![Edit Button](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/button-example-rfp4jn)\n\n\n## ThemeProvider\nTo display Skiff UI components correctly, add the ThemeProvider at the root of your app.\n\n\n```typescript\n  import * as React from 'react';\n  import { ThemeProvider } from '@skiff-org/skiff-ui';\n\n  function App({ Component }) {\n    return (\n      \u003cThemeProvider\u003e\n        \u003cComponent /\u003e\n      \u003c/ThemeProvider\u003e\n    );\n  }\n```\n\n\n## Feedback\n\nIf you have any feedback, please reach out to us at support@skiff.org\n\n\n## Contributing\n\nContributions are always welcome! See [contributing.md](/CONTRIBUTING.md) for ways to get started.\n\nPlease adhere to this project's [code_of_conduct.md](/CODE_OF_CONDUCT.md).\n\n\n## Related\n\nOur open source repositories and libraries\n\n[Skiff Mail](https://github.com/skiff-org/skiff-mail)\n\n[Skiff Windows App](https://github.com/skiff-org/skiff-windows-app)\n\n[AEAD Library](https://www.npmjs.com/package/@skiff-org/typed-envelopes)\n\n[Prosemirror Tables](https://github.com/skiff-org/prosemirror-tables)\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskiff-org%2Fskiff-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskiff-org%2Fskiff-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskiff-org%2Fskiff-ui/lists"}