All Projects → perichus → wire.css

perichus / wire.css

Licence: MIT license
Simple and responsive flexbox based Sass Framework

Programming Languages

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

Projects that are alternatives of or similar to wire.css

Chartboard
Simple dashboard to show widget chart
Stars: ✭ 23 (-45.24%)
Mutual labels:  flexbox
react-facebook-friends
👍Web app to rank, quantify your FaceBook friendship with React
Stars: ✭ 26 (-38.1%)
Mutual labels:  flexbox
how-to-css
howtocss.dev
Stars: ✭ 48 (+14.29%)
Mutual labels:  flexbox
boba
A lightweight, modular CSS framework.
Stars: ✭ 47 (+11.9%)
Mutual labels:  flexbox
VTree
VirtualDOM for Swift (iOS, macOS)
Stars: ✭ 89 (+111.9%)
Mutual labels:  flexbox
wire-service-jest-util
Utility library for @-wire Lightning Web Component tests
Stars: ✭ 18 (-57.14%)
Mutual labels:  wire
react-twitter-clone
MaterialUI (for icons and flexbox), React (for building), CSS (for styling), Firebase (for deploying online), npm (for animations in tweet)
Stars: ✭ 25 (-40.48%)
Mutual labels:  flexbox
bulma.styl
A Stylus translation of a modern CSS framework based on Flexbox
Stars: ✭ 26 (-38.1%)
Mutual labels:  flexbox
flexboxes
CSS flexbox framework with pure flexbox grid ability
Stars: ✭ 27 (-35.71%)
Mutual labels:  flexbox
sass-flexbox
Manage Flexbox in Sass easily.
Stars: ✭ 40 (-4.76%)
Mutual labels:  flexbox
csslayout
A collection of popular layouts and patterns made with CSS. Now it has 100+ patterns and continues growing!
Stars: ✭ 7,297 (+17273.81%)
Mutual labels:  flexbox
11r
America's favorite Eleventy blog template.
Stars: ✭ 135 (+221.43%)
Mutual labels:  flexbox
freshbarks-tailwind-demo
Tailwind demo using the FreshBooks Clients page as an example
Stars: ✭ 23 (-45.24%)
Mutual labels:  flexbox
stacks-11ty
Open source 11ty theme with personality
Stars: ✭ 21 (-50%)
Mutual labels:  flexbox
nice-react-layout
Create complex and nice Flexbox-based layouts, without even knowing what flexbox means
Stars: ✭ 70 (+66.67%)
Mutual labels:  flexbox
golang-example-app
Example application
Stars: ✭ 138 (+228.57%)
Mutual labels:  wire
cice-playground
CICE Full Stack Web Course
Stars: ✭ 12 (-71.43%)
Mutual labels:  flexbox
griding
🧱 lean grid & responsive for react
Stars: ✭ 18 (-57.14%)
Mutual labels:  flexbox
flexbox-carousel
CSS3 Animated Carousel with Flexbox
Stars: ✭ 23 (-45.24%)
Mutual labels:  flexbox
inuit-flexgrid
Flexbox grid for inuitcss
Stars: ✭ 32 (-23.81%)
Mutual labels:  flexbox

npm

Wire is a simple and lightweight Sass-based Framework.

The principle of Wire is simplicity and lightweighting, avoiding unnecesary styles. Wire only styles a basic HTML elements and includes a flexbox grid and a set of mixins/helpers to make daily work easier and fast.

Download

Select the best way to download Wire:

Or use CDN

CSS

https://unpkg.com/wire.css/dist/wire.min.css

JS

https://unpkg.com/wire.css/dist/wire.min.js

SCSS (All SCSS files merged)

https://unpkg.com/wire.css/dist/_wire.scss

Install

Add Wire in your HTML or import library in your Sass file.

HTML

<link rel="stylesheet" href="https://unpkg.com/wire.css/dist/wire.min.css" type="text/css">

SCSS (Import wire.scss)

// Import Wire.css Framework
@import "../bower_components/wire.css/dist/_wire.scss";

Documentation

Check out our documentation page.

Changelog

You can see changes via Github Releases page.

License

Wire.css is released under the terms of the MIT license. See the included license file for more information.

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].