{"id":15735286,"url":"https://github.com/vann-dev/kokoro","last_synced_at":"2025-03-13T06:31:57.376Z","repository":{"id":213587320,"uuid":"734444679","full_name":"Vann-Dev/kokoro","owner":"Vann-Dev","description":"Lightweight UI Components for React","archived":false,"fork":false,"pushed_at":"2025-03-03T22:52:45.000Z","size":3371,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T17:58:48.075Z","etag":null,"topics":["component","component-library","components","lighweight","next","nextjs","react","react-component","react-components","reactjs","tailwind-components","tailwind-ui","tailwindcss","tailwindcss-components-library","tailwindcss-plugin","template","ui","ui-ux","ux","vite"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/org/kokoro-ui/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vann-Dev.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":"2023-12-21T17:39:56.000Z","updated_at":"2024-05-19T14:45:34.000Z","dependencies_parsed_at":"2024-10-25T00:16:27.028Z","dependency_job_id":"fdd0ce67-3d1e-4cc3-8b3a-e42a68d5d3aa","html_url":"https://github.com/Vann-Dev/kokoro","commit_stats":{"total_commits":85,"total_committers":2,"mean_commits":42.5,"dds":0.08235294117647063,"last_synced_commit":"e32ea35137d23fbbf0e41b8e9d818f3fef7b3635"},"previous_names":["vann-dev/sage-ui","vann-dev/kokoro"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vann-Dev%2Fkokoro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vann-Dev%2Fkokoro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vann-Dev%2Fkokoro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vann-Dev%2Fkokoro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vann-Dev","download_url":"https://codeload.github.com/Vann-Dev/kokoro/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243357703,"owners_count":20277988,"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","component-library","components","lighweight","next","nextjs","react","react-component","react-components","reactjs","tailwind-components","tailwind-ui","tailwindcss","tailwindcss-components-library","tailwindcss-plugin","template","ui","ui-ux","ux","vite"],"created_at":"2024-10-04T01:11:53.708Z","updated_at":"2025-03-13T06:31:56.958Z","avatar_url":"https://github.com/Vann-Dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![icon](https://content.vannapps.com/public/kokoro-icon.png)\n![banner](https://content.vannapps.com/public/kokoro-ui-banner.jpeg)\n\n# @kokoro-ui\n\u003e Lightweight UI Components for React\n\n## [See documentation](https://kokoro-ui.vercel.app)\n\n\u003cbr/\u003e\n\n## **Requirements**\n\n- [**tailwindcss 3 or later**](https://tailwindcss.com/)\n- [**react 18 or later**](https://reactjs.org/)\n\n---\n\n## **npm**\n```\nnpm i @kokoro-ui/theme @kokoro-ui/color\n```\n\n---\n\n## **pnpm**\n```\npnpm add @kokoro-ui/theme @kokoro-ui/color\n```\n\n---\n\n## **yarn**\n```\nyarn add @kokoro-ui/theme @kokoro-ui/color\n```\n\n---\n\n## **Tailwind Setup**\n**tailwind.config.js**\n```js\nconst { color } = require(\"@kokoru-ui/color\");\n\n/** @type {import('tailwindcss').Config} */\nmodule.exports = {\n  content: [\n    // ...\n    \"./node_modules/@kokoro-ui/theme/dist/**/*.{js,ts,jsx,tsx}\",\n  ],\n  theme: {\n    extend: {},\n  },\n  plugins: [color({\n    primary: \"#fff\"\n  })],\n};\n```\n\n**tailwind.config.ts**\n```js\nimport type { Config } from 'tailwindcss'\nimport { color } from \"@kokoro-ui/color\";\n\nconst config: Config = {\n  content: [\n    // ...\n    \"./node_modules/@kokoro-ui/theme/dist/**/*.{js,ts,jsx,tsx}\",\n  ],\n  theme: {\n    extend: {},\n  },\n  plugins: [color({\n    primary: \"#fff\"\n  })],\n}\nexport default config\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvann-dev%2Fkokoro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvann-dev%2Fkokoro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvann-dev%2Fkokoro/lists"}