{"id":14990118,"url":"https://github.com/codenteq/interfeys","last_synced_at":"2025-04-12T02:05:25.124Z","repository":{"id":226299080,"uuid":"767659686","full_name":"codenteq/interfeys","owner":"codenteq","description":"Interfeys is a design system provided by Codenteq to create a consistent UI/UX for app users.","archived":false,"fork":false,"pushed_at":"2024-12-30T19:36:21.000Z","size":1511,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-02T02:22:20.998Z","etag":null,"topics":["components","design-system","frontend","javascript","typescript","uikit","web-components"],"latest_commit_sha":null,"homepage":"https://interfeys.codenteq.com","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/codenteq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["codenteq"],"open_collective":"codenteq"}},"created_at":"2024-03-05T17:21:01.000Z","updated_at":"2024-12-30T19:35:34.000Z","dependencies_parsed_at":"2024-03-22T08:31:42.882Z","dependency_job_id":"82b026eb-0b31-4512-aa29-a02f89371d43","html_url":"https://github.com/codenteq/interfeys","commit_stats":{"total_commits":97,"total_committers":4,"mean_commits":24.25,"dds":0.3298969072164949,"last_synced_commit":"4d2acdcabe75175a4e958f3920b3ea904b797539"},"previous_names":["codenteq/interfeys"],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenteq%2Finterfeys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenteq%2Finterfeys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenteq%2Finterfeys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenteq%2Finterfeys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codenteq","download_url":"https://codeload.github.com/codenteq/interfeys/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393547,"owners_count":20931811,"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","frontend","javascript","typescript","uikit","web-components"],"created_at":"2024-09-24T14:19:28.757Z","updated_at":"2025-04-12T02:05:25.072Z","avatar_url":"https://github.com/codenteq.png","language":"TypeScript","funding_links":["https://github.com/sponsors/codenteq","https://opencollective.com/codenteq"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://codenteq.com/wp-content/uploads/2024/03/interfeys-logo.webp\" width=\"250\" alt=\"İnterfeys Design System Logo\" /\u003e\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eInterfeys Design System\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@codenteq/interfeys\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@codenteq/interfeys.svg\" alt=\"NPM Package Stable\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/codenteq/interfeys/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/codenteq/interfeys.svg\" alt=\"License\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.jsdelivr.com/package/npm/@codenteq/interfeys\"\u003e\n    \u003cimg src=\"https://img.shields.io/jsdelivr/npm/hm/@codenteq/interfeys\" alt=\"jsDelivr hits\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/semantic-release/semantic-release\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/semantic--release-react-e10079?logo=semantic-release\" alt=\"semantic-release: angular\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nInterfeys is a design system provided by [Codenteq](https://github.com/codenteq) to create a consistent UI/UX for app users.\n\nWeb implementation of the design system is created as native web components so it can be used within every type of web frameworks including React. Our target is providing a UI library that has neatly designed and developed for providing best possible user experience for the users of applications that uses Interfeys DS.\n\n## Getting Started\n\nFirst, install the package:\n```bash\nnpm i @codenteq/interfeys\n```\n\nIn order for the styles to be applied correctly, you will need to ensure that the path to @codenteq is included in the content field of your `tailwind.config.ts`.\n```javascript\n'./node_modules/@codenteq/**/*.{js,ts,jsx,tsx}'\n```\n\n```typescript\nimport { Button } from '@codenteq/interfeys';\n\nexport function Primary() {\n    return \u003cButton\u003eInterfeys works!\u003c/Button\u003e;\n}\n```\n\n## How to contribute\nInterfeys Design System is always open for direct contributions. Contributions can be in the form of design suggestions, documentation improvements, new component suggestions, code improvements, adding new features or fixing problems. For more information please check our [Contribution Guideline document.](https://github.com/codenteq/interfeys/blob/master/CONTRIBUTING.md)\n\n## Useful Links\n\n* [Storybook Documentation](https://interfeys.codenteq.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenteq%2Finterfeys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodenteq%2Finterfeys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenteq%2Finterfeys/lists"}