1.0.3 • Published 5 years ago

coffeekraken-s-table-component v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Coffeekraken s-table-component

Full stack table styling with support for colored, striped, bordered, responsive table and more...

View demo

Table of content

  1. Demo
  2. Features
  3. Install
  4. Get Started
  5. SASS API
  6. Browsers support
  7. Contribute
  8. Who are Coffeekraken?
  9. Licence

Features

  1. Default tables style
  2. Colored tables
  3. Striped tables
  4. Bordered tables
  5. Responsive and responsive-overflow tables
  6. More...

Install

npm install coffeekraken-s-table-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-table-component/index';

Then generate the classes using the mixins provided like so:

@include s-table-classes(
	$colors: default primary secondary,
	$modifiers: striped bordered hover responsive responsive-overflow interactive middle center
);

Then simply use it inside your html like so:

<table class="table table--primary">
	<thead>
		<tr>
			<th>Col #1</th>
			<th>Col #2</th>
			<th>Col #3</th>
			<th>Col #4</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>item #1</td>
			<td>item #2</td>
			<td>item #3</td>
			<td>item #4</td>
		</tr>
		<tr>
			<td>item #1</td>
			<td>item #2</td>
			<td>item #3</td>
			<td>item #4</td>
		</tr>
	</tbody>
</table>

Browsers support

IE / EdgeFirefoxChromeSafari
IE11+last 2 versionslast 2 versionslast 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:

  1. Share the love ❤️
  2. Declare issues
  3. Fix issues
  4. Add features
  5. 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.

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...