gleaming-galaxy-grids

1.0.2 • Public • Published

Gleaming Galaxy Grids

Gleaming Galaxy Grids is a lightweight library for creating dynamic, responsive grid layouts with ease. It leverages CSS Grid and Flexbox for modern, flexible layouts.

Features

  • Easy to use and integrate
  • Fully responsive grids
  • Customizable grid columns, gap, and container max-width

Installation

npm install gleaming-galaxy-grids

Usage

Import gleaming-galaxy-grids into your project and use it to generate a grid layout.

import generateGrid from 'gleaming-galaxy-grids';

// Customize your grid
const customGridCSS = generateGrid({
columns: 12, // Number of columns
gap: '20px', // Gap between columns
maxWidth: '1200px' // Max container width
});

// Apply customGridCSS to your page

Contributing

Feel free to contribute to this project! Any contributions you make are greatly appreciated.

License

This project is licensed under the MIT License.

Package Sidebar

Install

npm i gleaming-galaxy-grids

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

3.53 kB

Total Files

5

Last publish

Collaborators

  • bantazayne