{"id":13765213,"url":"https://github.com/react-figma/figma-ui-components","last_synced_at":"2025-10-19T22:14:47.273Z","repository":{"id":39438852,"uuid":"200680766","full_name":"react-figma/figma-ui-components","owner":"react-figma","description":"Unofficial set of Figma UI components","archived":false,"fork":false,"pushed_at":"2023-01-07T08:26:19.000Z","size":4757,"stargazers_count":38,"open_issues_count":23,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T16:44:55.910Z","etag":null,"topics":["figma","figma-plugins"],"latest_commit_sha":null,"homepage":"https://figma-ui.lessmess.dev","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/react-figma.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":"2019-08-05T15:20:51.000Z","updated_at":"2025-01-21T19:54:19.000Z","dependencies_parsed_at":"2023-02-06T16:31:07.697Z","dependency_job_id":null,"html_url":"https://github.com/react-figma/figma-ui-components","commit_stats":null,"previous_names":["lessmess-dev/figma-ui-components"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-figma%2Ffigma-ui-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-figma%2Ffigma-ui-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-figma%2Ffigma-ui-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-figma%2Ffigma-ui-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/react-figma","download_url":"https://codeload.github.com/react-figma/figma-ui-components/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249685099,"owners_count":21310546,"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":["figma","figma-plugins"],"created_at":"2024-08-03T16:00:35.481Z","updated_at":"2025-10-19T22:14:47.173Z","avatar_url":"https://github.com/react-figma.png","language":"TypeScript","funding_links":[],"categories":["Templates \u0026 UI Kits"],"sub_categories":[],"readme":"# figma-ui-components\n\n[![npm version](https://img.shields.io/npm/v/figma-ui-components.svg)](https://www.npmjs.com/package/figma-ui-components)\n\nAn unofficial set of Figma UI components for creating plugins and other purposes. \nBased on [Tom Lowry's Figma UI JS/CSS files](https://www.dropbox.com/s/iar45s6h22nupom/figma-plugin-ui-css-0.5.zip?dl=0).\n\n* Uses React ⚛️, styled-components 💅, TypeScript.\n* Stateful components, fully controlled outside.\n* All components showed at [Storybook](https://figma-ui.lessmess.dev/).\n\n## Installation\n\nInstall it with yarn:\n\n```\nyarn add figma-ui-components\n```\n\nOr with npm:\n\n```\nnpm i figma-ui-components --save\n```\n\n## Usage\n\n### Global styles\n\n```javascript\nimport * as React from 'react'\nimport {TypographyStyles, BaseStyles} from \"figma-ui-components\"\n\nconst App = () =\u003e {\n    return \u003c\u003e\n        \u003cBaseStyles /\u003e\n        \u003cTypographyStyles /\u003e\n        ...\n    \u003c/\u003e\n};\n```\n\n### Components\n\n```javascript\nimport * as React from 'react'\nimport {PrimaryButton, SecondaryButton} from \"figma-ui-components\"\n\nexport const Component = () =\u003e {\n    return \u003c\u003e\n        \u003cPrimaryButton onClick={...}\u003eCreate\u003c/PrimaryButton\u003e\n        \u003cSecondaryButton onClick={...}\u003eCancel\u003c/SecondaryButton\u003e\n    \u003c/\u003e\n};\n```\n\n## Sponsored\n\n\u003ca href=\"https://lessmess.agency/?utm_source=figma-ui-components\"\u003e\n  \u003cimg src=\"https://lessmess.agency/badges/sponsored_by_lessmess.svg\"\n       alt=\"Sponsored by Lessmess\" width=\"236\" height=\"54\"\u003e\n\u003c/a\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-figma%2Ffigma-ui-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freact-figma%2Ffigma-ui-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-figma%2Ffigma-ui-components/lists"}