{"id":21354789,"url":"https://github.com/udaypydi/tail-ui","last_synced_at":"2025-07-17T06:08:38.799Z","repository":{"id":41657743,"uuid":"258533276","full_name":"udaypydi/tail-ui","owner":"udaypydi","description":"A react component library built on tailwind css","archived":false,"fork":false,"pushed_at":"2022-12-12T14:09:39.000Z","size":4218,"stargazers_count":3,"open_issues_count":17,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-07T16:49:14.561Z","etag":null,"topics":["css","github-actions","githubaction-workflow","hacktoberfest","react","react-ui-components","scss","travis-ci"],"latest_commit_sha":null,"homepage":"http://react-tailui.surge.sh/","language":"JavaScript","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/udaypydi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-24T14:21:12.000Z","updated_at":"2021-10-24T21:06:48.000Z","dependencies_parsed_at":"2023-01-27T20:30:26.541Z","dependency_job_id":null,"html_url":"https://github.com/udaypydi/tail-ui","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udaypydi%2Ftail-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udaypydi%2Ftail-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udaypydi%2Ftail-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udaypydi%2Ftail-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/udaypydi","download_url":"https://codeload.github.com/udaypydi/tail-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225839601,"owners_count":17532308,"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":["css","github-actions","githubaction-workflow","hacktoberfest","react","react-ui-components","scss","travis-ci"],"created_at":"2024-11-22T04:14:33.641Z","updated_at":"2024-11-22T04:14:34.518Z","avatar_url":"https://github.com/udaypydi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"http://react-simple-boilerplate.surge.sh/\"\u003e\n        \u003ch1\u003eTail UI\u003c/h1\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\u003cp\u003eA lite weight react component library built with love for React Hooks, Tailwind Css and React Developers. Its easy to get started, simple and consists of tiny components. \u003cstrong\u003eIts a work in progress. Contributions are most welcome.\u003c/strong\u003e\u003c/p\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cstrong\u003eA React UI library built using tailwind css\u003c/strong\u003e\n    \u003cbr /\u003e\n    \u003cdiv\u003e\n        \u003c!-- Mit License --\u003e\n        \u003ca href=\"https://github.com/udaypydi/tail-ui/blob/master/LICENSE\"\u003e\n            \u003cimg src=\"https://img.shields.io/github/license/udaypydi/tail-ui\"\u003e\n        \u003c/a\u003e\n        \u003c!-- Pr's --\u003e\n        \u003ca href=\"https://github.com/udaypydi/tail-ui/blob/master/CONTRIBUTING.md\"\u003e \n        \u003cimg src=\"https://img.shields.io/badge/PRs-welcome-blueviolet.svg\"\u003e\n        \u003c/a\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"left\"\u003e\n    \u003ch1\u003eInstalltion\u003c/h1\u003e\n    \u003cp\u003eInstall \u003ccode\u003etailwind-ui-react\u003c/code\u003e locally:\u003c/p\u003e\n\n    // using npm\n    npm i --save tailwind-ui-react\n    \n    or\n\n    // using yarn\n    yarn add tailwind-ui-react\n    \n\u003c/div\u003e\n\u003cdiv align=\"left\"\u003e\n    \u003ch1\u003eComponents\u003c/h1\u003e\n    \u003cul\u003e\n        \u003cli\u003eButton\u003c/li\u003e\n        \u003cli\u003eContainer\u003c/li\u003e\n        \u003cli\u003eHeader\u003c/li\u003e\n        \u003cli\u003eImage\u003c/li\u003e\n        \u003cli\u003eInput\u003c/li\u003e\n        \u003cli\u003eSelect\u003c/li\u003e\n        \u003cli\u003eMessage\u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"left\"\u003e\n    \u003ch1\u003eUsage\u003c/h1\u003e\n        \u003cstrong\u003eButton\u003c/strong\u003e\n        \u003cbr /\u003e\n\n        import { Button } from 'tail-ui';\n\n        function App(props) {\n            return (\n                \u003cButton style={{ background: '#0077b5', color: '#ffffff' }} /\u003e\n            )\n        }\n\n\n\u003cstrong\u003eInput\u003c/strong\u003e\n    \u003cbr /\u003e\n\n    import { Input } from 'tail-ui';\n\n    function App(props) {\n        return (\n            \u003cInput placeholder=\"Placeholder Text...\" rounded /\u003e\n        )\n    }\n\n\u003cstrong\u003eContainer\u003c/strong\u003e\n    \u003cbr /\u003e\n\n    import { Container } from 'tail-ui';\n\n    function App(props) {\n        return (\n            \u003cContainer fluid raised /\u003e\n        )\n    }\n\n\u003cstrong\u003eHeader\u003c/strong\u003e\n    \u003cbr /\u003e\n\n    import { Header } from 'tail-ui';\n\n    function App(props) {\n        return (\n            \u003cHeader headerText=\"Simple Header\" /\u003e\n        )\n    }\n\n\u003cstrong\u003eImage\u003c/strong\u003e\n    \u003cbr /\u003e\n\n    import { Image } from 'tail-ui';\n\n    function App(props) {\n        return (\n            \u003cImage src=\"https://demoimage/image.png\" rounded /\u003e\n        )\n    }\n\n\u003cstrong\u003eSelect\u003c/strong\u003e\n    \u003cbr /\u003e\n\n    import { Select } from 'tail-ui';\n\n    function App(props) {\n        return (\n            \u003cSelect options=[{ text: 'TailUI', value: 'tailui' }}/\u003e\n        )\n    }\n\u003c/div\u003e\n\n\u003cstrong\u003eMessage\u003c/strong\u003e\n    \u003cbr /\u003e\n\n    import { Message } from 'tail-ui';\n\n    function App(props) {\n        return (\n            \u003cMessage className=\"text-green-500 border-green-500\" /\u003e\n        )\n    }\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudaypydi%2Ftail-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudaypydi%2Ftail-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudaypydi%2Ftail-ui/lists"}