All Projects → kokushin → unitscss

kokushin / unitscss

Licence: MIT License
UNITS is a simple and beautiful CSS component set.

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to unitscss

Box Css Framework
Box - CSS Framework
Stars: ✭ 138 (+961.54%)
Mutual labels:  css3, css-framework, css-grid
Smart Css Grid
SMART CSS GRID - CSS Framework
Stars: ✭ 291 (+2138.46%)
Mutual labels:  css3, css-framework, css-grid
Responsive Grid Of Hexagons
CSS responsive grid of hexagons
Stars: ✭ 481 (+3600%)
Mutual labels:  website, css3, css-grid
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+5407.69%)
Mutual labels:  css3, css-framework, css-grid
Katana
Katana is CSS Layout System made with Flexbox
Stars: ✭ 57 (+338.46%)
Mutual labels:  css3, css-framework, css-grid
swatch
A lightweight, modern theming library based on CSS variables and the setter/getter pattern.
Stars: ✭ 14 (+7.69%)
Mutual labels:  css3, css-framework
grid-garden
Solutions to CSS Grid Garden
Stars: ✭ 79 (+507.69%)
Mutual labels:  css3, css-grid
sass-structure
Sass folder structure => organizing project files.
Stars: ✭ 32 (+146.15%)
Mutual labels:  css3, css-framework
strawberry
A new flexbox based CSS micro-framework.
Stars: ✭ 71 (+446.15%)
Mutual labels:  css3, css-framework
glide
a modular but comfy startpage for many scenarios
Stars: ✭ 39 (+200%)
Mutual labels:  css3, css-grid
hangman-game
A responsive hangman game built with vanilla javascript, html, and css. Animated with GSAP and canvas animations.
Stars: ✭ 22 (+69.23%)
Mutual labels:  css3, css-grid
CleanUI
Android library to create beautiful, clean and minimal UIs.
Stars: ✭ 19 (+46.15%)
Mutual labels:  components, simple
minstyle.io
👌 A simple CSS Framework, including dark mode.
Stars: ✭ 58 (+346.15%)
Mutual labels:  simple, css-framework
60gs
60GS - 60 Columns Grid System based on CSS Grid Layout
Stars: ✭ 65 (+400%)
Mutual labels:  css-framework, css-grid
vanilla-js
Projects using pure JavaScript without any external libraries or frameworks
Stars: ✭ 129 (+892.31%)
Mutual labels:  css3, css-grid
devs-codex
A repo of helpful front end development and design links
Stars: ✭ 16 (+23.08%)
Mutual labels:  snippets, css-framework
advanced-web-developer-bootcamp-notes-examples-and-exercises
Examples and Exercises compiled. From the awesome Advanced Web Developer Bootcamp
Stars: ✭ 24 (+84.62%)
Mutual labels:  css3, css-grid
Stylizer
Stylizer is a flexible Css framework based on the visual aspect, the framework offers you a clean and easy work.
Stars: ✭ 44 (+238.46%)
Mutual labels:  css3, css-framework
bpit-vue
vue effects component package 🚀
Stars: ✭ 16 (+23.08%)
Mutual labels:  components, css3
aioneframework
Aione Framework: All-in-one lightweight mobile first front-end framework to design websites, web applications, mobile applications, progressive web applications having large number of examples, documentation, tutorials, community support, components.
Stars: ✭ 13 (+0%)
Mutual labels:  css-framework, css-grid

UNITS

Simple and beautiful component set.

https://unitscss.com/

sample

npm version npm download GitHub license

Document

English / 日本語

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.

$ git clone https://github.com/kokushin/unitscss.git
$ npm install unitscss --save

Let's load the necessary files.

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,700">
<link rel="stylesheet" href="path/to/units.min.css">

<script src="path/to/units.min.js"></script>

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.

<div class="uc-card _float">
  <div class="uc-card-image" style="background-image:url(https://source.unsplash.com/random)"></div>
  <h3 class="uc-card-title">Sample card</h3>
  <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aspernatur, et.</p>
  <div class="uc-btn _primary"><a href="#">Button</a></div>
</div>

It will be displayed on the browser like this:

Demo

https://unitscss.com/themes/

Snippets

Please check codepen.

Download

Download ZIP

Github

https://github.com/kokushin/units

Contributor

@kokushin

License

Code and documentation copyright 2017 by kokushin. Code released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].