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) 174 B
/** * NestedUsage Component: Basic implementation of the grid system with "span" * @returns */ export declare const NestedUsage: import("@builder.io/qwik").Component<{}>;