coffeekraken-s-form-component v1.0.3
Coffeekraken s-form-component
Full stack form styling with support of form-input, form-textarea, form-select, form-group and form-addon as well as colored versions of them...
Table of content
Features
- Styling for
input
,textarea
andselect
.form-group
support to display multiple inputs on the same line.form-addon
to display addons aside a form input- Colored version of each
input
,textarea
andselect
available
Install
npm install coffeekraken-s-form-component --save
Get Started
First, import and init sugar into your project.
Then, import the component into your scss file like so:
@import 'node_modules/coffeekraken-s-form-component/index';
Then generate the classes using the provided mixins like so:
@include s-form-classes(
$colors: default primary secondary
);
Then simply use it inside your html like so:
<div class="form-group m-b">
<input type="text" name="firstname" class="form-input" placeholder="Firstname" />
</div>
<div class="form-group m-b">
<textarea class="form-textarea" name="message" placeholder="Your message here..."></textarea>
</div>
<div class="form-group m-b">
<select class="form-select" name="gender">
<option value="">Choose a gender</option>
<option value="male">Male</option>
<option value="female">Female</option>
</select>
</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:
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...