mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
feat(breakpoint): integrate Breakpoint
with v11 (#1957)
This commit is contained in:
parent
1600308614
commit
b4930910bc
7 changed files with 14 additions and 8 deletions
|
@ -358,7 +358,7 @@
|
|||
{
|
||||
"name": "sizes",
|
||||
"kind": "let",
|
||||
"description": "Carbon grid sizes as an object",
|
||||
"description": "Bind to all Carbon grid breakpoints.",
|
||||
"type": "Record<BreakpointSize, boolean>",
|
||||
"value": "{ sm: false, md: false, lg: false, xlg: false, max: false, }",
|
||||
"isFunction": false,
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
import Preview from "../../components/Preview.svelte";
|
||||
</script>
|
||||
|
||||
The [Carbon Design System grid implementation](https://carbondesignsystem.com/guidelines/2x-grid/implementation#responsive-options) defines five responsive breakpoints:
|
||||
The [Carbon Design System grid implementation](https://carbondesignsystem.com/elements/2x-grid/overview/#breakpoints) defines five responsive breakpoints:
|
||||
|
||||
<UnorderedList svx-ignore style="margin-bottom: var(--bx-spacing-08)">
|
||||
<ListItem><strong>Small</strong>: less than 672px</ListItem>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue