🍃 quinn-components
A react component library for web, native and amp built using styled-components
[WARNING: This is a work in progress, API is subject to change]
Installation
npm install -S quinn-components
Usage
Wrap your App component with ThemeProvider and pass it the quinn-components theme (or override it with custom a theme)
// index.js;;;;; ReactDOM;
Import and use the components in your App.js
// App.js;; // for commonjs use,// import Button from 'quinn-components/cjs/Button/web'; const App = <Button> quinn-components </Button>; ;
Supported Platforms
- /web
- /native
- /amp
Contribute
Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to quinn-components.
Setup
Follow this quick setup guide to get quinn-components working on your local machine.