Giter Club home page Giter Club logo

fluid's Introduction

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.

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.