Coffeekraken s-dropdown-component
Full stack dropdown styling component with dropup, right aligned and colors support. Fully customizable as well.
Table of content
- Demo
- Features
- Install
- Get Started
- SASS API
- Browsers support
- Contribute
- Who are Coffeekraken?
- Licence
Features
- Fully customizable dropdown menu
- Colors support
- Dropup support
- Right aligned dropdown support
Install
npm install coffeekraken-s-dropdown-component --save
Get Started
First, import the component into your scss file like so:
@import 'node_modules/coffeekraken-s-dropdown-component/index';
Then, generate the classes using the provided mixins like so:
@include s-dropdown-classes(
$colors: default primary secondary
);
Then simply use it inside your html like so:
<div class="dropdown">
<a class="btn">Display dropdown</a>
<ul class="dropdown__menu">
<li class="dropdown__item">
<a href="#" title="...">
Item 1
</a>
</li>
<li class="dropdown__item">
<a href="#" title="...">
Item 2
</a>
</li>
<li class="dropdown__item">
<a href="#" title="...">
Item 3
</a>
</li>
</ul>
</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.
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.
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:
- Share the love ❤️
- Declare issues
- Fix issues
- Add features
- Build web component
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.
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...
1.0.2 ( Fri May 25 2018 14:52:02 GMT+0200 (CEST) )
Features
<sub><sup>Generated with git-changelog. If you have any problems or suggestions, create an issue. :) Thanks </sub></sup>