UNPKG

qwik-grid-fm

Version:

Awesome responsive grid system for Qwik :) that allows you to control the grid based on percentage instead of clasic 12 or 24 columns we use percentage

6 lines (5 loc) 182 B
/** * ResponsiveUsage Component: Basic implementation of the grid system with "span" * @returns */ export declare const ResponsiveUsage: import("@builder.io/qwik").Component<{}>;