mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +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
2
types/Breakpoint/Breakpoint.svelte.d.ts
vendored
2
types/Breakpoint/Breakpoint.svelte.d.ts
vendored
|
@ -12,7 +12,7 @@ export interface BreakpointProps {
|
|||
size?: BreakpointSize;
|
||||
|
||||
/**
|
||||
* Carbon grid sizes as an object
|
||||
* Bind to all Carbon grid breakpoints.
|
||||
* @default { sm: false, md: false, lg: false, xlg: false, max: false, }
|
||||
*/
|
||||
sizes?: Record<BreakpointSize, boolean>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue