0.10.2 • Published 7 years ago

gestyled v0.10.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

gestyled

A React UI component library based on styled-components. 🕶️

Build Status Dependency Status npm version

npm install --save gestyled
# or if you're using yarn
yarn add gestyled

Usage

import React from 'react';
import { ThemeProvider, Button } from 'gestyled';

const App = props => (
    <ThemeProvider>
        <Button>Press me!</Button>
    </ThemeProvider>
);

Component Showcase

See all components with possible props at www.barkmin.eu/gestyled!

Base Props

All components are wrapped in a higher order component that handles design-system-based responsive style props using styled-system.

This idea is based on jxnblk's awesome functional React UI component library rebass, which is also based on styled-components.

Theme Support

You can use the styled-component ThemeProvider to theme the components. A default material theme can be found here. This theme is also used, when no other theme is provided.

Licence

Copyright © 2017 Mike Barkmin. Licensed under the MIT License, see LICENSE.md for more information!

0.10.2

7 years ago

0.10.1

7 years ago

0.10.0

7 years ago

0.9.2

7 years ago

0.9.1

7 years ago

0.9.0

7 years ago

0.8.7

7 years ago

0.8.6

7 years ago

0.8.5

7 years ago

0.8.4

7 years ago

0.8.3

7 years ago

0.8.2

7 years ago

0.8.1

7 years ago

0.8.0

7 years ago

0.7.7

7 years ago

0.7.6

7 years ago

0.7.5

7 years ago

0.7.4

7 years ago

0.7.3

7 years ago

0.7.2

7 years ago

0.7.1

7 years ago

0.7.0

7 years ago

0.6.7

7 years ago

0.6.6

7 years ago

0.6.5

7 years ago

0.6.4

7 years ago

0.6.3

7 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago