1.0.1 • Published 6 months ago

grid-tesseract-lib v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

GridFixed React Component

The GridFixed React component is a flexible grid container for arranging child elements in a grid layout with adjustable column sizes and responsive design. The grid layout is responsive, and the number of columns adapts based on the screen width. Three breakpoints are defined for different screen sizes: 767px, 520px, and a default setting.

On screens with a width less than 767px, the grid columns adjust to a minimum width of 150px. On screens with a width less than 520px, the grid columns adjust to a minimum width of 200px.

Installation

You can install this component using npm or yarn:

npm install styled-components