{"id":13727398,"url":"https://github.com/bmcmahen/sancho","last_synced_at":"2025-04-04T21:09:46.089Z","repository":{"id":34511487,"uuid":"172582565","full_name":"bmcmahen/sancho","owner":"bmcmahen","description":"Responsive and accessible React UI components built with Typescript","archived":false,"fork":false,"pushed_at":"2022-12-10T08:26:04.000Z","size":4765,"stargazers_count":411,"open_issues_count":52,"forks_count":31,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-28T20:07:00.510Z","etag":null,"topics":["design-system","javascript","react","react-components","uikit"],"latest_commit_sha":null,"homepage":"https://sancho-ui.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bmcmahen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-25T20:50:06.000Z","updated_at":"2025-03-15T06:46:17.000Z","dependencies_parsed_at":"2023-01-15T07:45:37.135Z","dependency_job_id":null,"html_url":"https://github.com/bmcmahen/sancho","commit_stats":null,"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmcmahen%2Fsancho","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmcmahen%2Fsancho/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmcmahen%2Fsancho/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmcmahen%2Fsancho/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmcmahen","download_url":"https://codeload.github.com/bmcmahen/sancho/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247249532,"owners_count":20908212,"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":["design-system","javascript","react","react-components","uikit"],"created_at":"2024-08-03T01:03:53.697Z","updated_at":"2025-04-04T21:09:46.069Z","avatar_url":"https://github.com/bmcmahen.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://sancho-ui.com/\"\u003e\n    \u003cimg \n    max-width=\"600px\"\n    alt=\"Sancho is a responsive and accessible design system built with React, Typescript and Emotion. Named after the ever-faithful, hilariously acerbic sidekick of Don Quixote, Sancho is designed to help you no matter how quixotic your dreams may be.\"\n     src=\"https://raw.githubusercontent.com/bmcmahen/sancho/master/hero.jpg\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \n[![npm package](https://img.shields.io/npm/v/sancho/latest.svg)](https://www.npmjs.com/package/sancho)\n[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Sancho%20is%20a%20responsive%20and%20accessible%20design%20system%20built%20with%20React%2C%20Typescript%20and%20Emotion\u0026url=https://sancho-ui.com\u0026hashtags=react,design,javascript)\n[![Follow on Twitter](https://img.shields.io/twitter/follow/benmcmahen.svg?style=social\u0026logo=twitter)](\nhttps://twitter.com/intent/follow?screen_name=benmcmahen\n)\n\n\u003c/div\u003e\n\n## Features\n\n- Beautiful, generic components that you can make your own.\n- Highly responsive. Sancho takes mobile seriously, with built in support for gestures.\n- Accessible.\n- A fully customizable theme, which includes a dark and light mode.\n- Fully typed for use with Typescript.\n- Support for tree shaking. Bundle only those components that you need.\n- An ever-growing [list of components](https://sancho-ui.com).\n\n[View the documentation](https://sancho-ui.com) for full details.\n\n## Getting started\n\nInstall Sancho and Emotion using yarn or npm:\n\n```\nyarn add sancho @emotion/core @emotion/css\n```\n\nAnd import your desired components into your React project.\n\n```jsx\nimport { Button } from \"sancho\";\n\nfunction MyApp() {\n  return \u003cButton\u003eHello world\u003c/Button\u003e;\n}\n```\n\n## Sample projects\n\n### Julienne\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://julienne.app\"\u003e\n    \u003cimg\n    max-width=\"600px\"\n    alt=\"Julienne screenshot showing a list of recipes on the left, and a recipe on the right.\"\n     src=\"https://raw.githubusercontent.com/bmcmahen/sancho/master/misc/julienne.jpg\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\u003cbr /\u003e\n\n[Julienne](https://julienne.app) is a small application built with Sancho and Firebase which helps you share recipes with family and friends. View the [source here](https://github.com/bmcmahen/julienne).\n\n### Captioner\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://captioner.app\"\u003e\n    \u003cimg\n    max-width=\"600px\"\n    alt=\"Captioner screenshot showing a user adding subtitles to the Godfather movie.\"\n     src=\"https://raw.githubusercontent.com/bmcmahen/sancho/master/misc/captioner.jpg\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\u003cbr /\u003e\n\n[Captioner](https://captioner.app) is an in-browser tool for generating captions for your videos. It's also built with Sancho and Firebase. View the [source here](https://github.com/bmcmahen/captioner).\n\n## Development\n\n```\ngit clone https://github.com/bmcmahen/sancho.git\ncd sancho\nyarn\nyarn run storybook\n```\n\n## License\n\nMIT\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmcmahen%2Fsancho","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmcmahen%2Fsancho","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmcmahen%2Fsancho/lists"}