coffeekraken-s-gradient-component
Version:
Provide a nice way to apply a gradient on top of some HTMLElements
123 lines (94 loc) • 6.55 kB
Markdown
# Coffeekraken s-gradient-component <img src=".resources/coffeekraken-logo.jpg" height="25px" />
<p>
<!-- <a href="https://travis-ci.org/coffeekraken/s-gradient-component">
<img src="https://img.shields.io/travis/coffeekraken/s-gradient-component.svg?style=flat-square" />
</a> -->
<a href="https://www.npmjs.com/package/coffeekraken-s-gradient-component">
<img src="https://img.shields.io/npm/v/coffeekraken-s-gradient-component.svg?style=flat-square" />
</a>
<a href="https://github.com/coffeekraken/s-gradient-component/blob/master/LICENSE.txt">
<img src="https://img.shields.io/npm/l/coffeekraken-s-gradient-component.svg?style=flat-square" />
</a>
<!-- <a href="https://github.com/coffeekraken/s-gradient-component">
<img src="https://img.shields.io/npm/dt/coffeekraken-s-gradient-component.svg?style=flat-square" />
</a>
<a href="https://github.com/coffeekraken/s-gradient-component">
<img src="https://img.shields.io/github/forks/coffeekraken/s-gradient-component.svg?style=social&label=Fork&style=flat-square" />
</a>
<a href="https://github.com/coffeekraken/s-gradient-component">
<img src="https://img.shields.io/github/stars/coffeekraken/s-gradient-component.svg?style=social&label=Star&style=flat-square" />
</a> -->
<a href="https://twitter.com/coffeekrakenio">
<img src="https://img.shields.io/twitter/url/http/coffeekrakenio.svg?style=social&style=flat-square" />
</a>
<a href="http://coffeekraken.io">
<img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=flat-square&label=coffeekraken.io&colorB=f2bc2b&style=flat-square" />
</a>
</p>
Provide a nice way to apply a gradient on top of some HTMLElements.
[](http://components.coffeekraken.io/app/s-gradient-component)
## Table of content
1. **[Demo](http://components.coffeekraken.io/app/s-gradient-component)**
2. [Install](#readme-install)
3. [Get Started](#readme-get-started)
4. [Javascript API](doc/js)
5. [Sugar Web Components Documentation](https://github.com/coffeekraken/sugar/blob/master/doc/webcomponent.md)
6. [Browsers support](#readme-browsers-support)
7. [Code linting](#readme-code-linting)
8. [Contribute](#readme-contribute)
9. [Who are Coffeekraken?](#readme-who-are-coffeekraken)
10. [Licence](#readme-license)
<a name="readme-install"></a>
## Install
```
npm install coffeekraken-s-gradient-component --save
```
<a name="readme-get-started"></a>
## Get Started
First, import the component into your javascript file like so:
```js
import SGradientComponent from 'coffeekraken-s-gradient-component'
```
Then simply use it inside your html like so:
```html
<s-gradient colors="['#a3385e','#f2bc2b']" type="radial">
<h1 class="h1 m-b">
Hello World
</h1>
<p class="p m-b">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse vulputate facilisis luctus. Nam non erat orci. Curabitur pulvinar elit quis consequat consequat. Curabitur cursus faucibus enim, nec euismod diam venenatis egestas. Duis at volutpat massa. Praesent finibus felis turpis, bibendum rhoncus massa semper et. Aliquam blandit velit elit, a dignissim libero pellentesque at. Fusce sodales rhoncus massa, at consectetur lectus finibus id.
</p>
<a class="btn btn--outline" href="#" title="...">
Do something cool
</a>
</s-gradient>
```
<a id="readme-browsers-support"></a>
## Browsers support
| <img src="https://raw.githubusercontent.com/godban/browsers-support-badges/master/src/images/edge.png" alt="IE / Edge" width="16px" height="16px" /></br>IE / Edge | <img src="https://raw.githubusercontent.com/godban/browsers-support-badges/master/src/images/firefox.png" alt="Firefox" width="16px" height="16px" /></br>Firefox | <img src="https://raw.githubusercontent.com/godban/browsers-support-badges/master/src/images/chrome.png" alt="Chrome" width="16px" height="16px" /></br>Chrome | <img src="https://raw.githubusercontent.com/godban/browsers-support-badges/master/src/images/safari.png" alt="Safari" width="16px" height="16px" /></br>Safari |
| --------- | --------- | --------- | --------- |
| - | last 2 versions| last 2 versions| last 2 versions
> As browsers are automatically updated, we will keep as reference the last two versions of each but this component can work on older ones as well.
> The webcomponent API (custom elements, shadowDOM, etc...) is not supported in some older browsers like IE10, etc... In order to make them work, you will need to integrate the [corresponding polyfill](https://www.webcomponents.org/polyfills).
<a id="readme-code-linting"></a>
## Code linting
This package uses some code linting rules. Here's the list:
1. [StandardJS](https://standardjs.com/) for javascript files
2. [Stylelint](https://github.com/stylelint/stylelint) with [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) for `scss` files
> Your commits will not been accepted if the code style is not respected!
<a id="readme-contribute"></a>
## Contribute
This is an open source project and will ever be! You are more that welcomed to contribute to his development and make it more awesome every day.
To do so, you have several possibilities:
1. [Share the love ❤️](https://github.com/Coffeekraken/coffeekraken/blob/master/contribute.md#contribute-share-the-love)
2. [Declare issues](https://github.com/Coffeekraken/coffeekraken/blob/master/contribute.md#contribute-declare-issues)
3. [Fix issues](https://github.com/Coffeekraken/coffeekraken/blob/master/contribute.md#contribute-fix-issues)
4. [Add features](https://github.com/Coffeekraken/coffeekraken/blob/master/contribute.md#contribute-add-features)
5. [Build web component](https://github.com/Coffeekraken/coffeekraken/blob/master/contribute.md#contribute-build-web-component)
<a id="readme-who-are-coffeekraken"></a>
## Who are Coffeekraken
We try to be **some cool guys** that build **some cool tools** to make our (and yours hopefully) **every day life better**.
#### [More on who we are](https://github.com/Coffeekraken/coffeekraken/blob/master/who-are-we.md)
<a id="readme-license"></a>
## License
The code is available under the [MIT license](LICENSE.txt). This mean that you can use, modify, or do whatever you want with it. This mean also that it is shipped to you for free, so don't be a hater and if you find some issues, etc... feel free to [contribute](https://github.com/Coffeekraken/coffeekraken/blob/master/contribute.md) instead of sharing your frustrations on social networks like an asshole...