Breakpoint (#733)

* feat(breakpoint): add Breakpoint

* docs(breakpoint): update docs

* refactor(breakpoint): add prop descriptions, type slot

* docs: add missing semicolon to last typedef

* docs: decrease margin bottom for inline snippet

* docs: add Breakpoint to new components [ci skip]

* docs(config): use "scripts-markup-styles" for svelteSortOrder [ci skip]

* docs(breakpoint): label on:match event [ci skip]
This commit is contained in:
Eric Liu 2021-07-07 12:40:06 -07:00 committed by GitHub
commit f31ab25e0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 308 additions and 5 deletions

1
types/index.d.ts vendored
View file

@ -5,6 +5,7 @@ export { default as AspectRatio } from "./AspectRatio/AspectRatio";
export { default as Breadcrumb } from "./Breadcrumb/Breadcrumb";
export { default as BreadcrumbItem } from "./Breadcrumb/BreadcrumbItem";
export { default as BreadcrumbSkeleton } from "./Breadcrumb/BreadcrumbSkeleton";
export { default as Breakpoint } from "./Breakpoint/Breakpoint";
export { default as Button } from "./Button/Button";
export { default as ButtonSkeleton } from "./Button/ButtonSkeleton";
export { default as ButtonSet } from "./Button/ButtonSet";