0.1.0 • Published 1 year ago

@fluxcss/fluxcss v0.1.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
1 year ago

FluxCSS

CSS Brotli Size JS Brotli Size

NPM NPM

FluxCSS is a lightweight and flexible CSS framework designed to simplify modern web development. Visit our official website: https://fluxcss.org

Key Features

  • Responsive grid system based on Flexbox and CSS Grid
  • Customizable color palette with variations
  • Pre-designed UI components (buttons, alerts, badges, etc.)
  • Utilities for typography, borders, shadows, and more
  • Modular approach for easy customization

Installation

To use FluxCSS in your project, you can either:

  1. Download the CSS files from this repository
  2. Use a CDN
<link rel="stylesheet" href="https://app.unpkg.com/@fluxcss/fluxcss@0.0.5/files/dist/css/fluxcss.min.css">
  1. Install via npm
npm i @fluxcss/fluxcss

Usage

Include the CSS file in your HTML project:

<link rel="stylesheet" href="path/to/fluxcss.css">

Customization

FluxCSS uses CSS variables for easy customization. Modify the values in the :root section of the CSS file to adapt the framework to your design.

Documentation

Comprehensive documentation is currently under development. In the meantime, you can refer to the comments in the CSS file to understand the usage of various classes and components.

Examples

<div class="container">
  <div class="row">
    <div class="col s-12 s-md-6 s-lg-4">
      <button class="btn btn-primary">Primary Button</button>
    </div>
    <div class="col s-12 s-md-6 s-lg-4">
      <div class="alert alert-success">
        Success Alert
      </div>
    </div>
    <div class="col s-12 s-lg-4">
      <span class="badge badge-info">Info Badge</span>
    </div>
  </div>
</div>

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

License

FluxCSS is licensed under the GPL License. See the LICENSE file for more details.

0.1.0

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago