Fluid
Fluid copied to clipboard
Modern, Stylish, Easier and Powerful Css framework for faster and hassle free web development
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
- Just copy stylesheet link into HTML tag
<link href="https://cdn.jsdelivr.net/npm/fluid-css/dist/fluid.min.css" rel="stylesheet" />. - Start using Fluid
Using NPM
- Download Package as Direct Dependency
npm install fluid-css - Import required Css Into project using
import "fluid-css/dist/fluid.css" - Start using Fluid
Using Yarn
- Download Package as Direct Dependency
yarn add fluid-css - Import required Css Into project using
import "fluid-css/dist/fluid.css" - Start using Fluid
Using Meteor
- Download Package using
meteor add fluidframework:fluid - Import required Css Into project using
import "fluid-css/dist/fluid.css" - 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
- Download Latest master branch
- Extract files
- Customize the Scss files and variables located in
settingsfolder - Build Scss using
yarn buildfor yarn ornpm buildfor npm
🧠 Creators
👨💻 Ashfahan ◾️ GitHub | GitLab
🤝 Sponsors
📜 Copyright and license
Code copyright (c) 2019-2027 fluid-framework and Ashfahan and Contributors.
Code released under the MIT License.