{"id":15064888,"url":"https://github.com/alex289/tailed-ui","last_synced_at":"2025-10-03T08:30:55.887Z","repository":{"id":65028877,"uuid":"580082449","full_name":"alex289/tailed-ui","owner":"alex289","description":"A simple component library built with React and TailwindCSS","archived":false,"fork":false,"pushed_at":"2024-01-13T17:03:13.000Z","size":1559,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-21T19:46:43.958Z","etag":null,"topics":["library","react","rollup","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://tailed-ui.vercel.app","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/alex289.png","metadata":{"files":{"readme":"Readme.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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}},"created_at":"2022-12-19T17:13:03.000Z","updated_at":"2023-07-08T10:35:35.000Z","dependencies_parsed_at":"2023-09-26T16:41:06.389Z","dependency_job_id":"9d241500-e775-4e45-9920-e130fc3ebe18","html_url":"https://github.com/alex289/tailed-ui","commit_stats":{"total_commits":37,"total_committers":2,"mean_commits":18.5,"dds":"0.18918918918918914","last_synced_commit":"649923b3c35dbb7572701d2361427e1683e3245e"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex289%2Ftailed-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex289%2Ftailed-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex289%2Ftailed-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex289%2Ftailed-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alex289","download_url":"https://codeload.github.com/alex289/tailed-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235096305,"owners_count":18935192,"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":["library","react","rollup","tailwindcss","typescript"],"created_at":"2024-09-25T00:27:31.476Z","updated_at":"2025-10-03T08:30:55.558Z","avatar_url":"https://github.com/alex289.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tailed-ui\n\n![Build](https://img.shields.io/github/actions/workflow/status/alex289/tailed-ui/release.yml?style=flat-square)\n![License](https://img.shields.io/github/license/alex289/tailed-ui?style=flat-square)\n\n### Installation\n\nInstall the package with your favorite package manager:\n\n```\nnpm install tailed-ui\n\nyarn add tailed-ui\n\npnpm install tailed-ui\n```\n\n### Usage\n\n#### Stylesheet\n\nFirst, you'll need to import the `index.css` CSS file distributed by the package. This should be done at the root of your project (in `index.js` or `App.tsx` of your React app) and will look like:\n\n```tsx\nimport 'tailed-ui/index.css';\n```\n\nIf you use Tailwindcss you can also add the tailed-ui to the contents of the tailwind configuration:\n\n```tsx\nimport type { Config } from 'tailwindcss';\n\nconst config: Config = {\n  content: [\n    './src/pages/**/*.{js,ts,jsx,tsx,mdx}',\n    './src/components/**/*.{js,ts,jsx,tsx,mdx}',\n    './src/app/**/*.{js,ts,jsx,tsx,mdx}',\n    './node_modules/tailed-ui/dist/**/*.{js,ts,jsx,tsx,mdx}',\n  ],\n};\n\nexport default config;\n```\n\n#### Components\n\nUsage of components (after the library installed as a dependency into another project) will look like:\n\n```TSX\nimport { Button } from \"tailed-ui/Button\";\n\nconst App = () =\u003e (\n  \u003c\u003e\n    \u003ch1\u003eHello I'm consuming the component library\u003c/h1\u003e\n    \u003cButton\u003eHello World!\u003c/Button\u003e\n  \u003c/\u003e\n);\n\nexport default App;\n```\n\n### Storybook\n\nTo run a live-reload Storybook server on your local machine:\n\n```\nnpm run storybook\n```\n\nTo export your Storybook as static files:\n\n```\nnpm run storybook:export\n```\n\nYou can then serve the files under `storybook-static` using S3, GitHub pages, Express etc. I've hosted this library at: https://tailed-ui.vercel.app\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex289%2Ftailed-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falex289%2Ftailed-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex289%2Ftailed-ui/lists"}