Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@smui/layout-grid
Advanced tools
A responsive grid layout component. It has 12 columns on large screens (desktop), 8 columns on medium screens (tablet), and 4 columns on small screens (phone).
npm install --save-dev @smui/layout-grid
https://sveltematerialui.com/demo/layout-grid
A layout grid container. It contains an inner grid.
use
: []
- An array of Svelte actions and/or arrays of an action and its options.class
: ''
- A CSS class string.fixedColumnWidth
: false
- Give the grid fixed column width.align
: undefined
- Specifies the alignment of the entire grid. ('left' or 'right')innerGrid$
- Props forwarded to the inner grid.A layout grid cell.
use
: []
- An array of Svelte actions and/or arrays of an action and its options.class
: ''
- A CSS class string.align
: undefined
- Specifies the alignment of the entire grid. ('top', 'middle', or 'bottom')order
: undefined
- Specify the display order of the cell. Normally cells are displayed in source order. This may affect accessibility, since screen readers usually follow source order. (integer between 1 and 12)span
: undefined
- Makes the cell span the given number of columns. If the number of columns on the viewing device is fewer than this, the cell will span the available number of columns. Cells default to spanning four columns. (integer between 1 and 12)spanDevices
: {}
- A map of device types to cell span sizes. These will override the span
prop on the given device. ({ desktop?: integer; tablet?: integer; phone?: integer; })An inner layout grid used for nesting. It is meant to be put directly under a cell to create a new nested grid layout.
use
: []
- An array of Svelte actions and/or arrays of an action and its options.class
: ''
- A CSS class string.See Responsive layout grid in the Material design spec.
See Layout Grid in MDC-Web for information about the upstream library's architecture.
7.0.0-beta.7 (2023-04-29)
FAQs
Svelte Material UI - Layout Grid
The npm package @smui/layout-grid receives a total of 3,745 weekly downloads. As such, @smui/layout-grid popularity was classified as popular.
We found that @smui/layout-grid demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.