{"id":19527070,"url":"https://github.com/kazemmdev/floating-tailwind-field","last_synced_at":"2025-09-05T07:39:04.445Z","repository":{"id":152461451,"uuid":"469262559","full_name":"kazemmdev/floating-tailwind-field","owner":"kazemmdev","description":"Use tailwindcss to add floating label for input fields","archived":false,"fork":false,"pushed_at":"2022-03-13T14:24:05.000Z","size":529,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T13:35:10.377Z","etag":null,"topics":["float-label","float-label-pattern","react","tailwind-component","tailwindcss","tailwindcss-plugin"],"latest_commit_sha":null,"homepage":"https://k90mirzaei.github.io/floating-tailwind-field/","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/kazemmdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null}},"created_at":"2022-03-13T03:46:08.000Z","updated_at":"2024-09-09T06:56:37.000Z","dependencies_parsed_at":"2023-07-26T23:39:14.418Z","dependency_job_id":null,"html_url":"https://github.com/kazemmdev/floating-tailwind-field","commit_stats":null,"previous_names":["kazemmdev/floating-tailwind-field"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kazemmdev/floating-tailwind-field","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazemmdev%2Ffloating-tailwind-field","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazemmdev%2Ffloating-tailwind-field/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazemmdev%2Ffloating-tailwind-field/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazemmdev%2Ffloating-tailwind-field/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kazemmdev","download_url":"https://codeload.github.com/kazemmdev/floating-tailwind-field/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazemmdev%2Ffloating-tailwind-field/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273727835,"owners_count":25157134,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["float-label","float-label-pattern","react","tailwind-component","tailwindcss","tailwindcss-plugin"],"created_at":"2024-11-11T01:13:29.694Z","updated_at":"2025-09-05T07:38:59.423Z","avatar_url":"https://github.com/kazemmdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./assets/demo.gif\" src=\"demo\"\u003e\n\n# Floating label Field with Tailwindcss\n\nThis is a react component input with floating lable style\n\n## Usage\n\n```\nimport { useState } from \"react\";\nimport Input from \"./component/input\";\n\nconst App = () =\u003e {\n  const [email, setEmail] = useState(\"\");\n\n  return (\n        \u003cform className=\"pt-5\"\u003e\n            \u003cInput\n                label=\"Email\"\n                name=\"email\"\n                type=\"email\"\n                value={email}\n                onChange={(v) =\u003e setEmail(v.target.value)}\n            /\u003e\n        \u003c/form\u003e\n  )\n}\n\n```\n\n\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n-   [k90mirzaei](https://github.com/k90mirzaei)\n-   [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n## Support\n\nThis project needs a ⭐️ from you. Don't forget to leave a star ⭐️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkazemmdev%2Ffloating-tailwind-field","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkazemmdev%2Ffloating-tailwind-field","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkazemmdev%2Ffloating-tailwind-field/lists"}