Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

css-ui/table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

32 Commits

Repository files navigation

CSS UI - Table

Simple table styles.

Installation

npm install --save css-ui-table

Demo

Quick start

CSS dependencies.

<link rel="stylesheet" href="path/to/normalize.css">
<link rel="stylesheet" href="path/to/open-sans.css">
<link rel="stylesheet" href="path/to/cssui.css">

CSS table.

<link rel="stylesheet" href="path/to/style.tables.css">

Use Open Sans fotns.

font-family: 'Open Sans', sans-serif;

Table html.

Class: default, primary, success and warning

<table class="full width">
	<tr class="default">
		<th>#</th>
		<th>Username</th>
		<th>Email</th>
	</tr>
	<tr class="default">
		<td>1</td>
		<td>Root</td>
		<td>root@domain.com</td>
	</tr>
	<tr class="default">
		<td>2</td>
		<td>Admin</td>
		<td>admin@domain.com</td>
	</tr>
	<tr class="default">
		<td>3</td>
		<td>User</td>
		<td>user@domain.com</td>
	</tr>
</table>

Enjoy table.

About

πŸ“‹ Simple table styles.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

Languages

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /