All Projects → fluid-framework → Fluid

fluid-framework / Fluid

Licence: MIT license
Modern, Stylish, Easier and Powerful Css framework for faster and hassle free web development

Programming Languages

SCSS
7915 projects

Projects that are alternatives of or similar to Fluid

Katana
Katana is CSS Layout System made with Flexbox
Stars: ✭ 57 (+137.5%)
Mutual labels:  css-framework, css-grid, scss-framework
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+2883.33%)
Mutual labels:  responsive, css-framework, css-grid
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 (-45.83%)
Mutual labels:  responsive, css-framework, css-grid
PotatoCSS
🥔 Simple CSS framework for hackers. Simple as potato.
Stars: ✭ 53 (+120.83%)
Mutual labels:  responsive, css-framework, css-grid
Jikan
A new CSS framework for better, faster and more beautiful UIs.
Stars: ✭ 19 (-20.83%)
Mutual labels:  responsive, css-framework
atomize
A library of atomic CSS classes.
Stars: ✭ 51 (+112.5%)
Mutual labels:  responsive, css-framework
Fitty
✨ Makes text fit perfectly
Stars: ✭ 3,321 (+13737.5%)
Mutual labels:  responsive, fluid
Waffle Grid
An easy to use flexbox grid system.
Stars: ✭ 602 (+2408.33%)
Mutual labels:  responsive, css-grid
beercss
Build material design interfaces in record time... without stress for devs... 🍺💛
Stars: ✭ 223 (+829.17%)
Mutual labels:  responsive, css-framework
Textblock
Continuously responsive typesetting — Demo:
Stars: ✭ 536 (+2133.33%)
Mutual labels:  responsive, fluid
Bonsai.css
A Utility Complete CSS Framework for less than 45kb (8kB Gzipped) -
Stars: ✭ 254 (+958.33%)
Mutual labels:  responsive, css-framework
Ungrid
ungrid - the simplest responsive css grid
Stars: ✭ 1,292 (+5283.33%)
Mutual labels:  responsive, css-grid
motley
CSS Framework based on ITCSS
Stars: ✭ 24 (+0%)
Mutual labels:  responsive, css-framework
Mini.css
A minimal, responsive, style-agnostic CSS framework!
Stars: ✭ 2,938 (+12141.67%)
Mutual labels:  responsive, css-framework
40-lines-of-Sass
Full featured flexbox grid in 40 lines of Sass
Stars: ✭ 20 (-16.67%)
Mutual labels:  responsive, css-grid
Ivory
A modern CSS framework for developing powerful web interfaces faster and easier.
Stars: ✭ 61 (+154.17%)
Mutual labels:  responsive, css-framework
Framy Css
Very simple CSS Framework
Stars: ✭ 103 (+329.17%)
Mutual labels:  responsive, css-framework
boba
A lightweight, modular CSS framework.
Stars: ✭ 47 (+95.83%)
Mutual labels:  responsive, css-framework
responsive-css-grid
A super-lightweight, responsive, 8-column grid based on box-sizing
Stars: ✭ 46 (+91.67%)
Mutual labels:  responsive, css-grid
Beamwind
a collection of packages to compile Tailwind CSS like shorthand syntax into CSS at runtime
Stars: ✭ 32 (+33.33%)
Mutual labels:  responsive, css-framework

Fluid logo

Modern, Stylish, Easier and Powerful Css framework for faster and hassle free web development.

Report bug 🐛 | Request feature

🚧 Under Heavy Construction 🚧

🚀 Quick Start

Using CDN
  1. Just copy stylesheet link into HTML tag <link href="https://cdn.jsdelivr.net/npm/fluid-css/dist/fluid.min.css" rel="stylesheet" />.
  2. Start using Fluid
Using NPM
  1. Download Package as Direct Dependency npm install fluid-css
  2. Import required Css Into project using import "fluid-css/dist/fluid.css"
  3. Start using Fluid
Using Yarn
  1. Download Package as Direct Dependency yarn add fluid-css
  2. Import required Css Into project using import "fluid-css/dist/fluid.css"
  3. Start using Fluid
Using Meteor
  1. Download Package using meteor add fluidframework:fluid
  2. Import required Css Into project using import "fluid-css/dist/fluid.css"
  3. Start using Fluid

📂 Structure

Fluid uses ITCSS architecture for its files and folder structure.

src
├───components
├───elements
│   └───typography
├───generics
├───objects
├───settings
│   ├───components
│   ├───design
│   ├───icons
│   ├───misc
│   ├───naming
│   ├───objects
│   ├───placeholders
│   │   └───typography
│   ├───theme
│   └───typography
├───tools
│   ├───functions
│   └───mixins
│       ├───components
│       └───shapes
├───utilities
│   ├───border
│   ├───grid-flex
│   ├───sizing
│   ├───transform
│   └───typography
└───vendors

💅 CSS only

Fluid is a CSS implementation only means it components are faster than JavaScript Components but being a CSS only framework also means that for components like Alerts Popup, User have to implement their own JavaScript Implementation and logics.

🌐 Browser Support

Fluid Uses Css version 3 so it is supported by majority of browsers. Fluid is compatible with recent versions of:

  • Chrome
  • Edge
  • Firefox
  • Opera
  • Safari
  • Internet Explorer (10+) is only partially supported.

Fluid uses autoprefixer for compatibility with earlier versions of browsers

🛠 Customization

  1. Download Latest master branch
  2. Extract files
  3. Customize the Scss files and variables located in settings folder
  4. Build Scss using yarn build for yarn or npm build for npm

🧠 Creators

👨‍💻 Ashfahan ◾️ GitHub | GitLab

🤝 Sponsors

BrowserStack Logo

📜 Copyright and license

Code copyright (c) 2019-2027 fluid-framework and Ashfahan and Contributors.

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