coffeekraken-s-panel-component v1.0.0
Coffeekraken s-panel-component
Table of content
Install
npm install coffeekraken-s-panel-component --save
Get Started
First, import and setup the Coffeekraken Sugar toolkit
Then, import the component into your scss file like so:
@import 'node_modules/coffeekraken-s-panel-component/index';
Then, generate the classes like so:
@include s-panel-classes(
$colors: default primary secondary
);
Then simply use it inside your html like so:
<div class="panel">
<p class="p">
Vitae velit natoque interdum pharetra hac montes ridiculus class aliquet massa fringilla aliquam primis etiam ultrices ante tincidunt cras vulputate pretium suspendisse risus proin dolor conubia egestas porta lacinia dictum bibendum ornare a sed vehicula cursus phasellus vivamus fermentum quam maecenas orci aptent nostra eros quisque iaculis dignissim suscipit dui
</p>
</div>
Browsers support
IE / Edge | Firefox | Chrome | Safari |
---|---|---|---|
IE11+ | 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.
Code linting
This package uses some code linting rules. Here's the list:
- Stylelint with stylelint-config-standard for
scss
files
Your commits will not been accepted if the code style is not respected!
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:
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
License
The code is available under the MIT license. 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 instead of sharing your frustrations on social networks like an asshole...
6 years ago