{"id":21198132,"url":"https://github.com/retailmenot/anchor","last_synced_at":"2025-07-10T05:32:29.376Z","repository":{"id":80464535,"uuid":"167220723","full_name":"RetailMeNot/anchor","owner":"RetailMeNot","description":"A design system library from RetailMeNot.","archived":false,"fork":false,"pushed_at":"2020-09-04T00:30:51.000Z","size":4007,"stargazers_count":20,"open_issues_count":0,"forks_count":4,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-04-26T14:21:21.974Z","etag":null,"topics":["component-library","design-system","react","ui","ui-components"],"latest_commit_sha":null,"homepage":"https://anchor.retailmenot.design/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RetailMeNot.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-01-23T17:04:15.000Z","updated_at":"2023-06-26T15:40:57.000Z","dependencies_parsed_at":"2023-03-03T02:45:52.529Z","dependency_job_id":null,"html_url":"https://github.com/RetailMeNot/anchor","commit_stats":null,"previous_names":["retailmenot/fractals"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RetailMeNot%2Fanchor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RetailMeNot%2Fanchor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RetailMeNot%2Fanchor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RetailMeNot%2Fanchor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RetailMeNot","download_url":"https://codeload.github.com/RetailMeNot/anchor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225622934,"owners_count":17498168,"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","design-system","react","ui","ui-components"],"created_at":"2024-11-20T19:48:11.367Z","updated_at":"2024-11-20T19:48:12.054Z","avatar_url":"https://github.com/RetailMeNot.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://anchor.retailmenot.design/\"\u003e\n        \u003cimg alt=\"Anchor Logo\" src=\"https://raw.githubusercontent.com/RetailMeNot/anchor/master/assets/anchor_logo_300px.png\" height=\"140\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\u003ch2 align=\"center\"\u003eA React Design System from RetailMeNot\u003c/h2\u003e\n\n\u003ca href=\"https://travis-ci.org/RetailMeNot/anchor\"\u003e\n    \u003cimg alt=\"Build Satus\" src=\"https://api.travis-ci.org/RetailMeNot/anchor.svg?branch=master\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://spectrum.chat/retailmenot\"\u003e\n    \u003cimg alt=\"Spectrum\" src=\"https://img.shields.io/badge/spectrum-online-green.svg\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/@retailmenot/anchor\"\u003e\n    \u003cimg alt=\"Downloads\" src=\"https://img.shields.io/npm/dw/@retailmenot/anchor.svg?color=DF8A6C\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/@retailmenot/anchor\"\u003e\n    \u003cimg alt=\"Version\" src=\"https://img.shields.io/npm/v/@retailmenot/anchor.svg?color=DF266C\"\u003e\n\u003c/a\u003e\n\n----\n\nAnchor is a robust yet lightweight series of UI components, utilities, and styles that form the foundation of great user experiences.\n\n### Get Started\n\n**NPM**\n\n```ssh\nnpm i --save @retailmenot/anchor styled-components\n```\n\n**Yarn**\n\n```ssh\nyarn add @retailmenot/anchor styled-components\n```\n\n**Usage**\n\n```jsx\n// VENDOR\nimport { ThemeProvider } from '@xstyled/styled-components';\nimport { RootTheme, Typography } from '@retailmenot/anchor';\n\nconst Root = () =\u003e (\n    \u003cThemeProvider theme={RootTheme}\u003e\n        \u003cTypography tag=\"h1\"\u003e\n            Hello World!\n        \u003c/Typography\u003e\n    \u003c/ThemeProvider\u003e\n);\n\nReactDOM.render(Root, document.getElementById('app'));\n```\n\n[View our docs site for more usage guidelines](https://anchor.retailmenot.design/)\n\n### Why Anchor?\n\n* **Isomorphic** - We are an isomorphic-first library which doesn't require a Webpack expert\n* **Convention Over Configuration** - Out of the box this library solves common challenges faced by UI engineers without a ton of configuration\n* **Composability** - Rather than writing redundant overrides, we provide consistent attributes to easily change the look and feel of our components\n* **Community** - We promote people-centric solutions and promote a culture of learners\n* **Representational** - We try to use native DOM APIs so the better you know the DOM the easier this library is to use\n\n### Contribute\n\nCheck out our [contributing guide](https://github.com/RetailMeNot/anchor/blob/master/CONTRIBUTING.md) until our docs site goes live with that content.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretailmenot%2Fanchor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretailmenot%2Fanchor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretailmenot%2Fanchor/lists"}