{"id":19739953,"url":"https://github.com/akhil-gautam/tailwind-ui-components","last_synced_at":"2025-10-06T16:32:04.180Z","repository":{"id":46325478,"uuid":"317794561","full_name":"akhil-gautam/tailwind-ui-components","owner":"akhil-gautam","description":"🔥 A React UI component library based on Tailwind","archived":false,"fork":false,"pushed_at":"2021-10-30T18:57:13.000Z","size":368,"stargazers_count":6,"open_issues_count":8,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T05:06:29.016Z","etag":null,"topics":["component-library","hacktoberfest","tailwind","tailwind-ui"],"latest_commit_sha":null,"homepage":"https://5imqx.sse.codesandbox.io/","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/akhil-gautam.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}},"created_at":"2020-12-02T08:18:47.000Z","updated_at":"2023-03-04T11:26:08.000Z","dependencies_parsed_at":"2022-09-17T08:34:29.204Z","dependency_job_id":null,"html_url":"https://github.com/akhil-gautam/tailwind-ui-components","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhil-gautam%2Ftailwind-ui-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhil-gautam%2Ftailwind-ui-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhil-gautam%2Ftailwind-ui-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhil-gautam%2Ftailwind-ui-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akhil-gautam","download_url":"https://codeload.github.com/akhil-gautam/tailwind-ui-components/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235534348,"owners_count":19005470,"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-library","hacktoberfest","tailwind","tailwind-ui"],"created_at":"2024-11-12T01:18:53.734Z","updated_at":"2025-10-06T16:31:58.753Z","avatar_url":"https://github.com/akhil-gautam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tailwind_UI :fire: \u0026nbsp;\u0026nbsp;\u0026nbsp; ![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)\n\nReact UI components build on top of TailwindCSS\n\u003cbr/\u003e\n\u003cbr/\u003e\n\nPreview URL(incomplete): https://5imqx.sse.codesandbox.io/\n\n# Components :electric_plug:\n\n###### component name: Alert \n##### props accept:\n```javascript\nchildren, variant = 'default', type = 'default', onClose, className}\n```\n\n###### component name: Avatar\n##### props accept:\n```javascript\nsrc, altText, rounded = 'full', size = 'large', className, ...rest \n```\n\n###### component name: Base\n##### props accept:\n```javascript\nclasses, component: Component = \"div\", bordered = false, rounded = \"lg\", shadow = \"lg\", ...rest \n```\n\n###### component name: Breadcrumbs\n##### props accept:\n```javascript\nchildren, variant = 'default', separator = '/', className, ...rest \n```\n\n###### component name: Button\n##### props accept:\n```javascript\ntype = 'neutral', variant = 'default', LeftIcon, RightIcon, className, hoverAnimation = false, disabled = false, children, ...rest \n```\n\n###### component name: Card\n##### props accept:\n```javascript\nchildren, shadow = 'md', rounded = 'md', classes, ...rest \n```\n\n###### component name: Dropdown \n\u003e List\n##### props accept:\n```javascript\nchildren, isOpen = false, align = 'left', onClose, className, ...rest \n```\n\u003e Item\n##### props accept:\n```javascript\nprops accept: children, className, ...rest\n```\n\n###### component name: HelperText \n##### props accept:\n```javascript\nchildren, type = 'info', className, ...rest\n```\n\n###### component name: Label\n##### props accept:\n```javascript\nchildren, variant = 'default', className, ...rest\n```\n\n###### component name: Link\n##### props accept:\n```javascript\nchildren, href, variant = 'default', className, ...rest\n```\n\n###### component name: List\n\u003e List\n##### props accept:\n```javascript\nchildren, header, Component = 'ul', headerClassName, className, ...rest \n```\n\u003e Item\n##### props accept:\n```javascript\nchildren, Component = 'li', className, ...rest\n```\n\n###### component name: Modal\n##### props accept:\n```javascript\nchildren, onClose, isOpen = false, className, ...other\n```\n\n###### component name: Pill\n##### props accept:\n```javascript\nchildren, type, iconBefore, iconAfter, className = '', ...rest\n```\n\n###### component name: Select\n\u003e Option \n##### props accept:\n```javascript\nprops accept:  className, ...rest \n```\n\u003e Select\n##### props accept:\n```javascript\nprops accept: className, valid, invalid, ...rest\n```\n\n###### component name: Table\n##### props accept:\n```javascript\nchildren, className, separated = false, ...other \n```\n\n\u003e Tbody, Td, Tfoot, Th, Thead\n##### props accept:\n```javascript\nchildren, className, ...other\n```\n\n\u003e Tr\n##### props accept:\n```javascript\nchildren, className, type = 'odd', ...other\n```\n\n###### component name: TextArea\n##### props accept:\n```javascript\nchildren, valid, invalid, disabled, bordered = true, className, ...rest \n```\n\n###### component name: TextInput\n##### props accept:\n```javascript\ntype = 'text', disabled = false, bordered = true, labelVariant, labelChild, helperType, helperChild, valid, invalid, className, ...rest\n```\n\n###### component name: ToggleSwitch\n##### props accept:\n```javascript\nvariant = 'primary', checked = false, disabled = false, className, ...rest\n```\n\n###### component name: Transition\n##### props accept:\n```javascript\nchildren, variant = '', ...rest\n```\n\n## :handshake: Contributing\n\nWe welcome all contributions, whether you're reporting an issue, helping us fix bugs, improve the docs, or spread the word. We also welcome your suggestions and feedback.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhil-gautam%2Ftailwind-ui-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakhil-gautam%2Ftailwind-ui-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhil-gautam%2Ftailwind-ui-components/lists"}