Code Monkey home page Code Monkey logo

biomatic's Introduction

Biomatic UI

A Flexible Atomic-Focused CSS Framework

Table of Content

Features

  • Atomic-Focus: craft anythings you need with very flexible atomic class
  • Battery included: basic components included for rapid UI development
  • Clean responsive grid: simple and clean grid layout using css grid
  • Carefully naming: readable and predictable class name
  • Configurable: config and build to match what you need
  • Pure CSS: no javascript required
  • Fun: yes, very fun to use

Installation

You can download the latest complied version of Biomatic and link to your project using

<link href="/path/to/biomatic.full.min.css" rel="stylesheet">

Or install using NPM or Yarn

npm install biomatic
yarn add biomatic

Or use CDN (jsdelivr via NPM)

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/biomatic.full.min.css" rel="stylesheet">

Configuration

You can configure things such as Color, Spacing, Breakpoint, or Add/Remove/Change Values to Atomic Class to match your design or branding.

All configurations located in config.scss

To build Biomatic

First, install devDependencies using yarn or NPM.

yarn
npm install

This will install gulp, gulp-autoprefixer, gulp-rename, and gulp-sass.

Then use yarn or NPM run build script to build.

yarn run build
npm run build

The CSS output will be in '/dist' directory. Other build command located in package.json

License

Code copyright 2017 Theerapong Laowrungrat. Code released under the MIT license.

biomatic's People

Contributors

biomaru avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.