Home
Softono
b

bmcmahen

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
1

Software by bmcmahen

sancho
Open Source

sancho

<div align="center"> <a href="https://sancho-ui.com/"> <img max-width="600px" 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." src="https://raw.githubusercontent.com/bmcmahen/sancho/master/hero.jpg"> </a> </div> <br /> <div align="center"> [![npm package](https://img.shields.io/npm/v/sancho/latest.svg)](https://www.npmjs.com/package/sancho) [![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&url=https://sancho-ui.com&hashtags=react,design,javascript) [![Follow on Twitter](https://img.shields.io/twitter/follow/benmcmahen.svg?style=social&logo=twitter)]( https://twitter.com/intent/follow?screen_name=benmcmahen ) </div> ## Features - Beautiful, generic components that you can make your own. - Highly responsive. Sancho takes mobile seriously, with built in support for gestures. - Accessible. - A fully customizable theme, which includes a dark and light mode. - Fully typed for use with Typescript. - Support for tree shaking. Bundle only those components that you need. - An ever-growing [list of components](https://sancho-ui.com). [View the documentation](https://sancho-ui.com) for full details. ## Getting started Install Sancho and Emotion using yarn or npm: ``` yarn add sancho @emotion/core @emotion/css ``` And import your desired components into your React project. ```jsx import { Button } from "sancho"; function MyApp() { return <Button>Hello world</Button>; } ``` ## Sample projects ### Julienne <div align="center"> <a href="https://julienne.app"> <img max-width="600px" alt="Julienne screenshot showing a list of recipes on the left, and a recipe on the right." src="https://raw.githubusercontent.com/bmcmahen/sancho/master/misc/julienne.jpg"> </a> </div> <br /> [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). ### Captioner <div align="center"> <a href="https://captioner.app"> <img max-width="600px" alt="Captioner screenshot showing a user adding subtitles to the Godfather movie." src="https://raw.githubusercontent.com/bmcmahen/sancho/master/misc/captioner.jpg"> </a> </div> <br /> [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). ## Development ``` git clone https://github.com/bmcmahen/sancho.git cd sancho yarn yarn run storybook ``` ## License MIT

Web Components & Widgets Design Systems & Tokens
407 Github Stars