{"id":34241766,"url":"https://github.com/ihiutch/uswds-tailwind","last_synced_at":"2026-04-29T03:08:01.393Z","repository":{"id":185747019,"uuid":"674037448","full_name":"IHIutch/uswds-tailwind","owner":"IHIutch","description":"Build federal websites and applications faster than ever with the speed and flexibility of modern tooling.","archived":false,"fork":false,"pushed_at":"2026-02-22T19:31:39.000Z","size":10540,"stargazers_count":28,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"next","last_synced_at":"2026-02-23T00:25:08.312Z","etag":null,"topics":["design-system","javascript","lightningcss","parceljs","tailwindcss","uswds"],"latest_commit_sha":null,"homepage":"https://uswds-tailwind.com","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/IHIutch.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-03T02:15:44.000Z","updated_at":"2026-02-22T21:10:13.000Z","dependencies_parsed_at":"2023-10-13T23:07:36.877Z","dependency_job_id":"db79f38f-e968-4621-a4f6-28adba894f66","html_url":"https://github.com/IHIutch/uswds-tailwind","commit_stats":null,"previous_names":["ihiutch/uswds-alpine","ihiutch/uswds-tailwind"],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/IHIutch/uswds-tailwind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHIutch%2Fuswds-tailwind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHIutch%2Fuswds-tailwind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHIutch%2Fuswds-tailwind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHIutch%2Fuswds-tailwind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IHIutch","download_url":"https://codeload.github.com/IHIutch/uswds-tailwind/tar.gz/refs/heads/next","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHIutch%2Fuswds-tailwind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30412239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T00:40:14.898Z","status":"online","status_checked_at":"2026-03-12T02:00:07.260Z","response_time":114,"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":["design-system","javascript","lightningcss","parceljs","tailwindcss","uswds"],"created_at":"2025-12-16T04:16:09.666Z","updated_at":"2026-04-29T03:08:01.380Z","avatar_url":"https://github.com/IHIutch.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# USWDS + Tailwind\n\nUSWDS components for Tailwind CSS, available as React components or vanilla JS modules. Built on top of [zag-js](https://zagjs.com/) state machines for accessible, headless behavior.\n\n![USWDS + Tailwind Logo](https://repository-images.githubusercontent.com/674037448/e36daf0e-292a-4143-8d9c-e54dd8935fe4)\n\n\u003e [!NOTE]\n\u003e This project is currently in **alpha**. APIs may change between releases.\n\n## Documentation\n\nFull guides, component API, and examples live at [uswds-tailwind.com](https://uswds-tailwind.com).\n\n## Packages\n\n| Package | Description |\n|---|---|\n| [`@uswds-tailwind/react`](./packages/react) | React component library |\n| [`@uswds-tailwind/compat`](./packages/compat) | Drop-in vanilla JS modules |\n| [`@uswds-tailwind/theme`](./packages/theme) | Tailwind v4 theme with USWDS design tokens |\n| [`@uswds-tailwind/\u003cname\u003e-compat`](./packages/machines) | Headless zag-js state machines (one per component) |\n\n## Repository structure\n\n- `apps/docs/`: Astro documentation site at [uswds-tailwind.com](https://uswds-tailwind.com)\n- `packages/react/`: React component library + Storybook\n- `packages/compat/`: vanilla JS bundle\n- `packages/theme/`: Tailwind v4 theme\n- `packages/machines/`: per-component zag-js state machines\n- `examples/`: minimal example projects\n\n## Local development\n\nRequires [Node.js](https://nodejs.org/) (see [`.nvmrc`](./.nvmrc)) and [pnpm](https://pnpm.io/).\n\n```bash\ngit clone https://github.com/IHIutch/uswds-tailwind.git\ncd uswds-tailwind\npnpm install\npnpm build:packages\n```\n\nCommon scripts (run from the repo root):\n\n| Script | What it does |\n|---|---|\n| `pnpm build:packages` | Build all publishable packages |\n| `pnpm build:website` | Build the docs site |\n| `pnpm lint` | Run ESLint across the monorepo |\n| `pnpm lint:publish` | Run [publint](https://publint.dev) on every package |\n| `pnpm typecheck` | Run TypeScript across packages |\n| `pnpm test` | Run package tests |\n| `pnpm --filter website dev` | Start the docs dev server |\n| `pnpm --filter @uswds-tailwind/react storybook` | Start Storybook |\n\n## Contributing\n\nContributions are welcome. See [CONTRIBUTING.md](./CONTRIBUTING.md) for branching, conventional commits, changesets, and PR conventions.\n\n## Community\n\n- [GitHub Issues](https://github.com/IHIutch/uswds-tailwind/issues) for bug reports and feature requests\n- [GitHub Discussions](https://github.com/IHIutch/uswds-tailwind/discussions) for questions and ideas\n- [Code of Conduct](./CODE_OF_CONDUCT.md)\n- [Security policy](./SECURITY.md)\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihiutch%2Fuswds-tailwind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fihiutch%2Fuswds-tailwind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihiutch%2Fuswds-tailwind/lists"}