fredguimaraes / css-components

A set of common UI Components using the power of CSS and without Javascript.

Home Page:http://www.felipefialho.com/css-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pure CSS Components Logo

A set of common UI Components using the power of CSS and without Javascript.

View the project

Install

Install via Bower or download the zip

bower install css-components

Components

Contributing

Please read this Coding Style for Issues, pull requests and coding standards.

All changes must be made in /dev folder. The CSS should be modified using the LESS preprocessor.

Getting Started

# 1. Fork this repository and clone it into the current directory
git clone https://github.com/<your-username>/css-components.git

# 2. Navigate to the newly cloned directory
cd css-components

# 3. Install the dependencies
npm install

Development

# For start the server, watching your .less files changes and compile CSS
grunt w

Pull Requests

# Compress zip files
grunt build

# Build the project for deploy
grunt dist

# View your project release in GhPages
https://<your-username>.github.io/css-components/

# Open your Pull Request

License

MIT License © Luiz Felipe Tartarotti Fialho

About

A set of common UI Components using the power of CSS and without Javascript.

http://www.felipefialho.com/css-components


Languages

Language:CSS 88.0%Language:JavaScript 12.0%