{"id":13674830,"url":"https://github.com/styled-components/xstyled","last_synced_at":"2026-05-21T04:04:37.772Z","repository":{"id":37288117,"uuid":"188427649","full_name":"styled-components/xstyled","owner":"styled-components","description":"A utility-first CSS-in-JS framework built for React. 💅👩‍🎤⚡️","archived":false,"fork":false,"pushed_at":"2024-05-10T16:10:34.000Z","size":191118,"stargazers_count":2300,"open_issues_count":36,"forks_count":107,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-05-06T02:16:11.035Z","etag":null,"topics":["css","css-in-js","emotion","react","styled-components","styled-system","tailwindcss"],"latest_commit_sha":null,"homepage":"https://xstyled.dev","language":"MDX","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/styled-components.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":"gregberge"}},"created_at":"2019-05-24T13:35:56.000Z","updated_at":"2025-05-01T22:35:36.000Z","dependencies_parsed_at":"2024-05-28T22:16:04.553Z","dependency_job_id":null,"html_url":"https://github.com/styled-components/xstyled","commit_stats":{"total_commits":617,"total_committers":59,"mean_commits":"10.457627118644067","dds":"0.27876823338735823","last_synced_commit":"d3b4696c69508f3d8b0b84f9873990495b4aa6c2"},"previous_names":["gregberge/xstyled","smooth-code/xstyled"],"tags_count":88,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/styled-components%2Fxstyled","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/styled-components%2Fxstyled/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/styled-components%2Fxstyled/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/styled-components%2Fxstyled/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/styled-components","download_url":"https://codeload.github.com/styled-components/xstyled/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252663498,"owners_count":21784783,"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","css-in-js","emotion","react","styled-components","styled-system","tailwindcss"],"created_at":"2024-08-02T11:01:03.597Z","updated_at":"2026-05-21T04:04:37.766Z","avatar_url":"https://github.com/styled-components.png","language":"MDX","funding_links":["https://github.com/sponsors/gregberge"],"categories":["MDX","TypeScript","🌐 Web Development - Frontend"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/styled-components/xstyled/main/resources/xstyled-logo.jpg\" alt=\"xstyled\" title=\"xstyled\" width=\"300\"\u003e\n\u003c/h1\u003e\n\u003cp align=\"center\" style=\"font-size: 1.2rem;\"\u003eA utility-first CSS-in-JS framework built for React.\u003c/p\u003e\n\n[![License](https://img.shields.io/npm/l/@xstyled/styled-components.svg)](https://github.com/styled-components/xstyled/blob/master/LICENSE)\n[![npm package](https://img.shields.io/npm/v/@xstyled/styled-components/latest.svg)](https://www.npmjs.com/package/@xstyled/styled-components)\n[![npm downloads](https://img.shields.io/npm/dm/@xstyled/styled-components.svg)](https://www.npmjs.com/package/@xstyled/styled-components)\n![Code style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)\n\n```bash\nnpm install @xstyled/styled-components styled-components\n```\n\n## [Docs](https://xstyled.dev)\n\n**See the documentation at [xstyled.dev](https://xstyled.dev)** for more information about using xstyled!\n\nQuicklinks to some of the most-visited pages:\n\n- [**Getting started**](https://xstyled.dev/docs/installation/)\n- [Motivation](https://xstyled.dev/docs/introduction/#story)\n\n## Example\n\n```js\nimport { x } from '@xstyled/styled-components'\n\nfunction Example() {\n  return (\n    \u003cx.div p={{ _: 3, md: 6 }} bg=\"white\" display=\"flex\" spaceX={4}\u003e\n      \u003cx.div flexShrink={0}\u003e\n        \u003cx.img h={12} w={12} src=\"/img/logo.svg\" alt=\"xstyled Logo\" /\u003e\n      \u003c/x.div\u003e\n      \u003cx.div\u003e\n        \u003cx.h4\n          fontSize={{ _: 'md', lg: 'xl' }}\n          fontWeight=\"medium\"\n          color=\"black\"\n        \u003e\n          xstyled\n        \u003c/x.h4\u003e\n        \u003cx.p color=\"gray-500\"\u003eA CSS-in-JS framework built for React.\u003c/x.p\u003e\n      \u003c/x.div\u003e\n    \u003c/x.div\u003e\n  )\n}\n```\n\n## License\n\nLicensed under the MIT License, Copyright © 2019-present Greg Bergé.\n\nSee [LICENSE](./LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstyled-components%2Fxstyled","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstyled-components%2Fxstyled","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstyled-components%2Fxstyled/lists"}