Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kokushin/unitscss

UNITS is a simple and beautiful CSS component set.
https://github.com/kokushin/unitscss

components css-framework css-grid css3 simple snippets template website

Last synced: 2 months ago
JSON representation

UNITS is a simple and beautiful CSS component set.

Awesome Lists containing this project

README

        

# UNITS

Simple and beautiful component set.

[https://unitscss.com/](https://unitscss.com/)

![sample](https://raw.githubusercontent.com/kokushin/units/master/public/img/readme/img_01.png)

[![npm version](https://badge.fury.io/js/unitscss.svg)](https://badge.fury.io/js/unitscss)
[![npm download](http://img.shields.io/npm/dm/unitscss.svg)](https://www.npmjs.com/package/unitscss)
[![GitHub license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://raw.githubusercontent.com/kokushin/unitscss/master/LICENSE)

## Document

[English](https://unitscss.com/docs/) / [日本語](https://unitscss.com/ja/docs/)

## Feature

UNITS is a simple and beautiful component set. All you have to do is just load css files, copy and paste snippets, so easy that anyone can use.

- **Use Quickly**
All you have to do is just put units.css. Several components have been prepared already and you can choose components you want to use and apply it on your website.

- **Simple and Beautiful**
Each components are beautifully designed. The design will be updated periodically, We wont't apply big changes, but apply only a small changes such as adjusting margins.

- **Support Modern Browser**
UNITS is optimized to be used on th modern browser such as Microsoft Edge, Google Chrome, Firefox, Safari, How about old browsers? ... I'm sorry.

- **Responsive Web design**
We uses responsive web design approches to display optimized design on all devices.

- **Periodical Update**
UNITS is still a beta version, it will be updated periodically to a major version. Unitil the major version, We will add new components, optimize the source codes, adjusting its design.

- **Support Japanese**
Because the developers are Japanese that we can support in Japanese. We have been optimizing web pages and updating documents written in japanese.

## Installation

UNITS itself can be downloaded from GitHub by cloning it or as a ZIP format, or you can download it via npm.

```shell
$ git clone https://github.com/kokushin/unitscss.git
```

```shell
$ npm install unitscss --save
```

Let's load the necessary files.

```html

```

## Usage

Write exact html snippets and give it the right classes starting with `uc-`. For example in the sample below you can make a card component attached with covered image.

```html



Sample card


Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aspernatur, et.




```

It will be displayed on the browser like this:

## Demo

[https://unitscss.com/themes/](https://unitscss.com/themes/)

## Snippets

[Please check codepen.](https://codepen.io/search/pens/?q=units&limit=kokushin)

## Download
[Download ZIP](https://github.com/kokushin/units/archive/master.zip)

## Github
[https://github.com/kokushin/units](https://github.com/kokushin/units)

## Contributor
[@kokushin](https://github.com/kokushin)

## License
Code and documentation copyright 2017 by kokushin. Code released under the [MIT License](https://github.com/kokushin/units/blob/master/LICENSE).