Coder Social home page Coder Social logo

samline / shido Goto Github PK

View Code? Open in Web Editor NEW
14.0 1.0 1.0 5.28 MB

Build interfaces quickly with a lightweight, flexible, and friendly CSS framework designed to be quick and easy without forcing you to overwrite styles or components. Your design, your rules.

Home Page: https://samline.github.io/shido/

License: MIT License

JavaScript 1.53% Less 43.95% SCSS 54.52%
artisan css-framework css-modules css front-end frontend functional-css grid-layout grid-system grid

shido's Introduction

image

What is Shido?

Build fast with Shido, a CSS framework for building custom designs without any annoying style or component you have to fight to override.

Shido is different from others css frameworks, it doesn't have preloaded UI kits. Provide only what is necessary to design your web pages, like margins, font sizes, positioning, colors, helpers, that kind of thing.

It is up to you to use Shido to create your own components, this provides immense freedom where others only restrict what you create.

Docs

https://samline.github.io/shido

Getting started

Install via npm or yarn

To take advantage of the customization features, the best way to install Shido is via npm or yarn, this installation method guarantees a trouble-free use with bundlers like Webpack.

npm i shido --save
yarn add shido

Install via CDN

Before using CDN compilation, keep in mind that the customization of variables are not available without incorporating Shido in your build process. I recommend downloading the file and placing it in your projects directory for offline use or otherwise.

<link href="https://unpkg.com/shido@^3.1.1/dist/css/shido.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/shido@^3.1.1/dist/css/shido.min.css" rel="stylesheet">

Add shido to your project

If you're install via npm or yarn and using postcss-import or a tool that uses it such as Webpack or Gulp, you can use @import to add Shido directly to your build process.

// Less
@import "~shido/src/less/shido";
// Sass
@import "~shido/src/sass/shido";

License

Released under the MIT License

Copyright © 2013-2020 Samuel Olvera

shido's People

Contributors

dependabot[bot] avatar samline avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

efierros

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.