feat(breakpoint): integrate Breakpoint with v11 (#1957)

This commit is contained in:
Eric Liu 2024-04-21 12:35:14 -07:00 committed by GitHub
commit b4930910bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 14 additions and 8 deletions

View file

@ -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,

View file

@ -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>