Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

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.

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

CSS table.

<linkrel="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

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

Enjoy table.

About

📋 Simple table styles.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages