{"id":16714569,"url":"https://github.com/yoctol/tailor-ui","last_synced_at":"2025-03-17T01:31:12.003Z","repository":{"id":38173986,"uuid":"160333162","full_name":"Yoctol/tailor-ui","owner":"Yoctol","description":"A bespoke UI collection for building web application.","archived":false,"fork":false,"pushed_at":"2023-02-03T13:38:57.000Z","size":11956,"stargazers_count":10,"open_issues_count":20,"forks_count":0,"subscribers_count":5,"default_branch":"develop","last_synced_at":"2024-05-29T15:36:05.455Z","etag":null,"topics":["react","react-spring","styled-components"],"latest_commit_sha":null,"homepage":"https://tailor-ui.netlify.app/","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/Yoctol.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-12-04T09:35:29.000Z","updated_at":"2023-06-08T05:02:41.000Z","dependencies_parsed_at":"2023-02-18T07:31:02.353Z","dependency_job_id":null,"html_url":"https://github.com/Yoctol/tailor-ui","commit_stats":null,"previous_names":[],"tags_count":311,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yoctol%2Ftailor-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yoctol%2Ftailor-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yoctol%2Ftailor-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yoctol%2Ftailor-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yoctol","download_url":"https://codeload.github.com/Yoctol/tailor-ui/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243958226,"owners_count":20374823,"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":["react","react-spring","styled-components"],"created_at":"2024-10-12T21:05:51.846Z","updated_at":"2025-03-17T01:31:10.862Z","avatar_url":"https://github.com/Yoctol.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tailor UI\n\n[![npm](https://img.shields.io/npm/v/tailor-ui.svg)](https://www.npmjs.com/package/tailor-ui)\n[![CircleCI](https://circleci.com/gh/Yoctol/tailor-ui.svg?style=shield\u0026circle-token=3586bec62e7ddc76eca1227bc7a168d680169e09)](https://circleci.com/gh/Yoctol/tailor-ui)\n[![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357\u0026colorA=db748e)](https://github.com/styled-components/styled-components)\n[![Netlify Status](https://api.netlify.com/api/v1/badges/7e31ae18-19bf-4a55-9feb-a5b13dc4fcc4/deploy-status)](https://app.netlify.com/sites/tailor-ui/deploys)\n\n## Documentation\n\nCheck out our [documentation website](https://tailor-ui.netlify.app).\n\n## Installation\n\n```bash\n# with npm\nnpm install tailor-ui\n\n# with yarn\nyarn add tailor-ui\n```\n\n## Usage\n\nHere is a quick example to get you started, it's all you need:\n\n```js\nimport React from 'react';\nimport ReactDOM from 'react-dom';\nimport { Button, UIProvider } from 'tailor-ui';\n\nconst App = () =\u003e (\n  \u003cUIProvider\u003e\n    \u003cButton\u003eHello World\u003c/Button\u003e\n  \u003c/UIProvider\u003e\n);\n\nReactDOM.render(\u003cApp /\u003e, document.querySelector('#root'));\n```\n\n## Development\n\n```bash\ngit clone git@github.com:Yoctol/tailor-ui.git\n```\n\nFirst, open the terminal to watch the file changing and do the type checking:\n\n```bash\ncd tailor-ui\nyarn watch\n```\n\nAnd then, open another tab to run the project:\n\n```bash\ncd tailor-ui\nyarn start\n```\n\n### Release\n\n- Send PR to `develop` branch during development.\n- When you want to release the version, merge `develop` branch into `master` branch, and then `sematic release` will automatically release new version on CI.\n  - Make sure [Environment Variables](https://app.circleci.com/settings/project/github/Yoctol/tailor-ui/environment-variables) on CircleCI are setup correctly. `GH_TOKEN` need to have `repo` scope and `NPM_TOKEN` need to have access to [`tailor-ui`](https://www.npmjs.com/package/tailor-ui/) package.\n- After new version released, merge `master` back to `develop`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoctol%2Ftailor-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoctol%2Ftailor-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoctol%2Ftailor-ui/lists"}