An open API service indexing awesome lists of open source software.

https://github.com/sircus/components-button-paint

Deprecate
https://github.com/sircus/components-button-paint

Last synced: about 1 year ago
JSON representation

Deprecate

Awesome Lists containing this project

README

          

# sircus-components-button-paint

[![npm version](https://img.shields.io/npm/v/sircus-components-button-paint.svg?style=flat)](https://www.npmjs.com/package/sircus-components-button-paint)

## Dependencies
- [sircus-global-property](https://github.com/sircus/global-property)
- [sircus-components-button](https://github.com/sircus/components-button)

## Installation

> npm:

```bash
$ npm install sircus-components-button-paint sircus-global-property sircus-components-button
```

## Usage

> cssnext:

input.css
```css
@import "sircus-components-button";
@import "sircus-components-button-paint";
@import "sircus-global-property";
```

> sass:

input.scss
```scss
@import "node_modules/sircus-global-property/converted";
@import "node_modules/sircus-components-button/converted";
@import "node_modules/sircus-components-button-paint/converted";
```

> html

```html
...
...

...
...

```

## Contributing

We Need Your Help!

## License
Released under the [MIT](https://github.com/sircus/license/blob/master/LICENSE) license.