shoelace-rails-ui 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.DS_Store +0 -0
- data/CHANGELOG.md +5 -0
- data/CODE_OF_CONDUCT.md +84 -0
- data/Gemfile +12 -0
- data/Gemfile.lock +42 -0
- data/LICENSE.txt +21 -0
- data/README-real.md +24 -0
- data/README.md +43 -0
- data/Rakefile +16 -0
- data/bin/console +15 -0
- data/bin/setup +8 -0
- data/lib/shoelace/rails/ui/version.rb +9 -0
- data/lib/shoelace/rails/ui.rb +12 -0
- data/regenerate.rb +48 -0
- data/remote-src/.DS_Store +0 -0
- data/remote-src/2.0.0.beta64/.DS_Store +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.editorconfig +15 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.github/CODE_OF_CONDUCT.md +44 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.github/FUNDING.yml +1 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.github/ISSUE_TEMPLATE/bug_report.md +36 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.github/ISSUE_TEMPLATE/config.yml +4 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.github/ISSUE_TEMPLATE/feature_request.md +17 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.github/SECURITY.md +7 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.github/workflows/node.js.yml +30 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.github/workflows/release.yml +17 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.gitignore +8 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.husky/pre-commit +4 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.prettierignore +12 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.vscode/extensions.json +9 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.vscode/settings.json +4 -0
- data/remote-src/2.0.0.beta64/shoelace-next/CONTRIBUTING.md +5 -0
- data/remote-src/2.0.0.beta64/shoelace-next/LICENSE.md +7 -0
- data/remote-src/2.0.0.beta64/shoelace-next/README.md +94 -0
- data/remote-src/2.0.0.beta64/shoelace-next/cspell.json +110 -0
- data/remote-src/2.0.0.beta64/shoelace-next/custom-elements-manifest.config.js +104 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/404.md +5 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/_sidebar.md +89 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/icons/sprite.svg +1 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/chrome.png +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/edge.png +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/firefox.png +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/logo.svg +7 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/og-image.png +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/opera.png +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/safari.png +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/shoe.svg +134 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/tie.webp +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/touch-icon.png +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/twitter-card.png +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/undraw-content-team.svg +80 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/undraw-not-found.svg +1 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/walk.gif +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/wordmark.svg +7 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/code-block/code-block.css +228 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/code-block/code-block.js +376 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/metadata/metadata.js +537 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/scroll-position/scroll-position.js +24 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/search/lunr.min.js +1311 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/search/search.css +180 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/search/search.js +293 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/theme-picker/theme-picker.css +29 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/theme-picker/theme-picker.js +83 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/styles/docs.css +642 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/alert.md +441 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/animated-image.md +128 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/animation.md +351 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/avatar.md +201 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/badge.md +191 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/breadcrumb-item.md +35 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/breadcrumb.md +266 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/button-group.md +470 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/button.md +453 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/card.md +311 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/checkbox.md +71 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/color-picker.md +101 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/details.md +89 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/dialog.md +265 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/divider.md +152 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/drawer.md +452 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/dropdown.md +389 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/format-bytes.md +126 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/format-date.md +120 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/format-number.md +124 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/icon-button.md +160 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/icon.md +711 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/image-comparer.md +51 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/include.md +47 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/input.md +283 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/menu-item.md +255 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/menu-label.md +52 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/menu.md +49 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/mutation-observer.md +196 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/progress-bar.md +144 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/progress-ring.md +178 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/qr-code.md +167 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/radio-group.md +52 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/radio.md +59 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/range.md +180 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/rating.md +153 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/relative-time.md +105 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/resize-observer.md +68 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/responsive-media.md +73 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/select.md +457 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/skeleton.md +439 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/spinner.md +86 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/split-panel.md +671 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/switch.md +77 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/tab-group.md +359 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/tab-panel.md +41 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/tab.md +29 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/tag.md +142 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/textarea.md +184 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/tooltip.md +410 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/visually-hidden.md +47 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/frameworks/angular.md +46 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/frameworks/react.md +156 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/frameworks/vue.md +92 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/customizing.md +153 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/form-controls.md +336 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/installation.md +137 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/localization.md +140 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/overview.md +131 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/themes.md +139 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/usage.md +173 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/index.html +98 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/resources/accessibility.md +18 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/resources/changelog.md +925 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/resources/community.md +53 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/resources/contributing.md +261 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tokens/border-radius.md +12 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tokens/color.md +439 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tokens/elevation.md +11 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tokens/spacing.md +16 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tokens/transition.md +11 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tokens/typography.md +58 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tokens/z-index.md +11 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tutorials/integrating-with-laravel.md +117 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tutorials/integrating-with-nextjs.md +137 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tutorials/integrating-with-rails.md +103 -0
- data/remote-src/2.0.0.beta64/shoelace-next/lint-staged.config.js +4 -0
- data/remote-src/2.0.0.beta64/shoelace-next/package-lock.json +9534 -0
- data/remote-src/2.0.0.beta64/shoelace-next/package.json +93 -0
- data/remote-src/2.0.0.beta64/shoelace-next/prettier.config.cjs +17 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/build.js +158 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/make-css.js +42 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/make-icons.js +71 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/make-metadata.js +11 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/make-react.js +63 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/make-search.js +100 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/make-vscode-data.js +58 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/plop/plopfile.js +67 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/plop/templates/component/component.hbs +44 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/plop/templates/component/docs.hbs +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/plop/templates/component/styles.hbs +10 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/plop/templates/component/tests.hbs +13 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/shared.js +18 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/alert/alert.styles.ts +95 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/alert/alert.test.ts +93 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/alert/alert.ts +238 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/animated-image/animated-image.styles.ts +52 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/animated-image/animated-image.test.ts +13 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/animated-image/animated-image.ts +120 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/animation/animation.styles.ts +10 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/animation/animation.ts +222 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/animation/animations.ts +15 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/avatar/avatar.styles.ts +66 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/avatar/avatar.test.ts +111 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/avatar/avatar.ts +83 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/badge/badge.styles.ts +94 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/badge/badge.test.ts +77 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/badge/badge.ts +53 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/breadcrumb/breadcrumb.styles.ts +12 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/breadcrumb/breadcrumb.test.ts +104 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/breadcrumb/breadcrumb.ts +82 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/breadcrumb-item/breadcrumb-item.styles.ts +85 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/breadcrumb-item/breadcrumb-item.test.ts +160 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/breadcrumb-item/breadcrumb-item.ts +92 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/button/button.styles.ts +637 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/button/button.ts +209 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/button-group/button-group.styles.ts +15 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/button-group/button-group.ts +84 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/card/card.styles.ts +62 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/card/card.test.ts +139 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/card/card.ts +68 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/checkbox/checkbox.styles.ts +108 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/checkbox/checkbox.test.ts +47 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/checkbox/checkbox.ts +203 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/color-picker/color-picker.styles.ts +326 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/color-picker/color-picker.test.ts +43 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/color-picker/color-picker.ts +853 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/details/details.styles.ts +73 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/details/details.test.ts +153 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/details/details.ts +192 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/dialog/dialog.styles.ts +106 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/dialog/dialog.test.ts +135 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/dialog/dialog.ts +296 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/divider/divider.styles.ts +25 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/divider/divider.ts +34 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/drawer/drawer.styles.ts +142 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/drawer/drawer.test.ts +135 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/drawer/drawer.ts +377 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/dropdown/dropdown.styles.ts +58 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/dropdown/dropdown.test.ts +147 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/dropdown/dropdown.ts +459 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/format-bytes/format-bytes.ts +35 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/format-date/format-date.ts +81 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/format-number/format-number.ts +69 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/icon/icon.styles.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/icon/icon.ts +131 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/icon/library.default.ts +9 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/icon/library.system.ts +97 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/icon/library.ts +49 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/icon/request.ts +36 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/icon-button/icon-button.styles.ts +48 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/icon-button/icon-button.ts +100 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/image-comparer/image-comparer.styles.ts +77 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/image-comparer/image-comparer.ts +147 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/include/include.styles.ts +10 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/include/include.test.ts +62 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/include/include.ts +80 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/include/request.ts +23 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/input/input.styles.ts +282 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/input/input.test.ts +35 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/input/input.ts +410 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/menu/menu.styles.ts +18 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/menu/menu.ts +205 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/menu-item/menu-item.styles.ts +84 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/menu-item/menu-item.ts +92 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/menu-label/menu-label.styles.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/menu-label/menu-label.ts +30 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/mutation-observer/mutation-observer.styles.ts +10 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/mutation-observer/mutation-observer.test.ts +13 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/mutation-observer/mutation-observer.ts +118 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/progress-bar/progress-bar.styles.ts +57 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/progress-bar/progress-bar.test.ts +89 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/progress-bar/progress-bar.ts +74 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/progress-ring/progress-ring.styles.ts +66 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/progress-ring/progress-ring.test.ts +68 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/progress-ring/progress-ring.ts +84 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/qr-code/qr-code.styles.ts +22 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/qr-code/qr-code.ts +90 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/radio/radio.styles.ts +107 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/radio/radio.test.ts +65 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/radio/radio.ts +226 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/radio-group/radio-group.styles.ts +47 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/radio-group/radio-group.ts +66 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/range/range.styles.ts +192 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/range/range.ts +273 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/rating/rating.styles.ts +79 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/rating/rating.ts +249 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/relative-time/relative-time.ts +116 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/resize-observer/resize-observer.styles.ts +10 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/resize-observer/resize-observer.ts +87 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/responsive-media/responsive-media.styles.ts +36 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/responsive-media/responsive-media.ts +50 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/select/select.styles.ts +331 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/select/select.test.ts +56 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/select/select.ts +560 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/skeleton/skeleton.styles.ts +60 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/skeleton/skeleton.ts +46 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/spinner/spinner.styles.ts +56 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/spinner/spinner.test.ts +24 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/spinner/spinner.ts +34 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/split-panel/split-panel.styles.ts +76 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/split-panel/split-panel.test.ts +13 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/split-panel/split-panel.ts +272 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/switch/switch.styles.ts +135 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/switch/switch.test.ts +64 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/switch/switch.ts +187 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tab/tab.styles.ts +61 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tab/tab.ts +104 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tab-group/tab-group.styles.ts +209 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tab-group/tab-group.ts +409 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tab-panel/tab-panel.styles.ts +17 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tab-panel/tab-panel.ts +49 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tag/tag.styles.ts +110 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tag/tag.ts +92 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/textarea/textarea.styles.ts +167 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/textarea/textarea.test.ts +35 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/textarea/textarea.ts +339 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tooltip/tooltip.styles.ts +131 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tooltip/tooltip.test.ts +117 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tooltip/tooltip.ts +355 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/visually-hidden/visually-hidden.styles.ts +18 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/visually-hidden/visually-hidden.test.ts +39 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/visually-hidden/visually-hidden.ts +24 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/declaration.d.ts +8 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/animate.ts +70 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/event.ts +35 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/focus-visible.ts +26 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/form-control.ts +203 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/formdata-event-polyfill.ts +93 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/math.ts +8 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/modal.ts +53 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/number.ts +32 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/offset.ts +13 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/scroll.ts +57 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/slot.ts +91 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/string.ts +3 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/support.ts +15 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/tabbable.ts +81 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/watch.ts +40 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/shoelace.ts +58 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/styles/component.styles.ts +23 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/styles/form-control.styles.ts +52 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/styles/utility.styles.ts +23 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/themes/dark.styles.ts +524 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/themes/light.styles.ts +524 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/de-ch.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/de.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/en.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/es.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/fr.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/he.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/ja.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/nl.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/pl.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/pt.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/ru.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/utilities/animation-registry.ts +59 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/utilities/animation.ts +1 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/utilities/base-path.ts +43 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/utilities/form.ts +22 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/utilities/icon-library.ts +1 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/utilities/localize.ts +5 -0
- data/remote-src/2.0.0.beta64/shoelace-next/tsconfig.json +35 -0
- data/remote-src/2.0.0.beta64/shoelace-next/vercel.json +4 -0
- data/remote-src/2.0.0.beta64/shoelace-next/web-test-runner.config.js +14 -0
- data/shoelace-rails-ui.gemspec +39 -0
- data/shoelace-rails-ui.rb +0 -0
- metadata +377 -0
@@ -0,0 +1,265 @@
|
|
1
|
+
<!-- cspell:dictionaries lorem-ipsum -->
|
2
|
+
|
3
|
+
# Dialog
|
4
|
+
|
5
|
+
[component-header:sl-dialog]
|
6
|
+
|
7
|
+
Dialogs, sometimes called "modals", appear above the page and require the user's immediate attention.
|
8
|
+
|
9
|
+
```html preview
|
10
|
+
<sl-dialog label="Dialog" class="dialog-overview">
|
11
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
12
|
+
<sl-button slot="footer" variant="primary">Close</sl-button>
|
13
|
+
</sl-dialog>
|
14
|
+
|
15
|
+
<sl-button>Open Dialog</sl-button>
|
16
|
+
|
17
|
+
<script>
|
18
|
+
const dialog = document.querySelector('.dialog-overview');
|
19
|
+
const openButton = dialog.nextElementSibling;
|
20
|
+
const closeButton = dialog.querySelector('sl-button[slot="footer"]');
|
21
|
+
|
22
|
+
openButton.addEventListener('click', () => dialog.show());
|
23
|
+
closeButton.addEventListener('click', () => dialog.hide());
|
24
|
+
</script>
|
25
|
+
```
|
26
|
+
|
27
|
+
```jsx react
|
28
|
+
import { useState } from 'react';
|
29
|
+
import { SlButton, SlDialog } from '@shoelace-style/shoelace/dist/react';
|
30
|
+
|
31
|
+
const App = () => {
|
32
|
+
const [open, setOpen] = useState(false);
|
33
|
+
|
34
|
+
return (
|
35
|
+
<>
|
36
|
+
<SlDialog label="Dialog" open={open} onSlAfterHide={() => setOpen(false)}>
|
37
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
38
|
+
<SlButton slot="footer" variant="primary" onClick={() => setOpen(false)}>
|
39
|
+
Close
|
40
|
+
</SlButton>
|
41
|
+
</SlDialog>
|
42
|
+
|
43
|
+
<SlButton onClick={() => setOpen(true)}>Open Dialog</SlButton>
|
44
|
+
</>
|
45
|
+
);
|
46
|
+
};
|
47
|
+
```
|
48
|
+
|
49
|
+
## UX Tips
|
50
|
+
|
51
|
+
- Use a dialog when you immediately require the user's attention, e.g. confirming a destructive action.
|
52
|
+
- Always provide an obvious way for the user to dismiss the dialog.
|
53
|
+
- Don't nest dialogs. It almost always leads to a poor experience for the user.
|
54
|
+
|
55
|
+
## Examples
|
56
|
+
|
57
|
+
### Custom Width
|
58
|
+
|
59
|
+
Use the `--width` custom property to set the dialog's width.
|
60
|
+
|
61
|
+
```html preview
|
62
|
+
<sl-dialog label="Dialog" class="dialog-width" style="--width: 50vw;">
|
63
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
64
|
+
<sl-button slot="footer" variant="primary">Close</sl-button>
|
65
|
+
</sl-dialog>
|
66
|
+
|
67
|
+
<sl-button>Open Dialog</sl-button>
|
68
|
+
|
69
|
+
<script>
|
70
|
+
const dialog = document.querySelector('.dialog-width');
|
71
|
+
const openButton = dialog.nextElementSibling;
|
72
|
+
const closeButton = dialog.querySelector('sl-button[slot="footer"]');
|
73
|
+
|
74
|
+
openButton.addEventListener('click', () => dialog.show());
|
75
|
+
closeButton.addEventListener('click', () => dialog.hide());
|
76
|
+
</script>
|
77
|
+
```
|
78
|
+
|
79
|
+
```jsx react
|
80
|
+
import { useState } from 'react';
|
81
|
+
import { SlButton, SlDialog } from '@shoelace-style/shoelace/dist/react';
|
82
|
+
|
83
|
+
const App = () => {
|
84
|
+
const [open, setOpen] = useState(false);
|
85
|
+
|
86
|
+
return (
|
87
|
+
<>
|
88
|
+
<SlDialog label="Dialog" open={open} style={{ '--width': '50vw' }} onSlAfterHide={() => setOpen(false)}>
|
89
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
90
|
+
<SlButton slot="footer" variant="primary" onClick={() => setOpen(false)}>
|
91
|
+
Close
|
92
|
+
</SlButton>
|
93
|
+
</SlDialog>
|
94
|
+
|
95
|
+
<SlButton onClick={() => setOpen(true)}>Open Dialog</SlButton>
|
96
|
+
</>
|
97
|
+
);
|
98
|
+
};
|
99
|
+
```
|
100
|
+
|
101
|
+
### Scrolling
|
102
|
+
|
103
|
+
By design, a dialog's height will never exceed that of the viewport. As such, dialogs will not scroll with the page ensuring the header and footer are always accessible to the user.
|
104
|
+
|
105
|
+
```html preview
|
106
|
+
<sl-dialog label="Dialog" class="dialog-scrolling">
|
107
|
+
<div style="height: 150vh; border: dashed 2px var(--sl-color-neutral-200); padding: 0 1rem;">
|
108
|
+
<p>Scroll down and give it a try! 👇</p>
|
109
|
+
</div>
|
110
|
+
<sl-button slot="footer" variant="primary">Close</sl-button>
|
111
|
+
</sl-dialog>
|
112
|
+
|
113
|
+
<sl-button>Open Dialog</sl-button>
|
114
|
+
|
115
|
+
<script>
|
116
|
+
const dialog = document.querySelector('.dialog-scrolling');
|
117
|
+
const openButton = dialog.nextElementSibling;
|
118
|
+
const closeButton = dialog.querySelector('sl-button[slot="footer"]');
|
119
|
+
|
120
|
+
openButton.addEventListener('click', () => dialog.show());
|
121
|
+
closeButton.addEventListener('click', () => dialog.hide());
|
122
|
+
</script>
|
123
|
+
```
|
124
|
+
|
125
|
+
```jsx react
|
126
|
+
import { useState } from 'react';
|
127
|
+
import { SlButton, SlDialog } from '@shoelace-style/shoelace/dist/react';
|
128
|
+
|
129
|
+
const App = () => {
|
130
|
+
const [open, setOpen] = useState(false);
|
131
|
+
|
132
|
+
return (
|
133
|
+
<>
|
134
|
+
<SlDialog label="Dialog" open={open} onSlAfterHide={() => setOpen(false)}>
|
135
|
+
<div
|
136
|
+
style={{
|
137
|
+
height: '150vh',
|
138
|
+
border: 'dashed 2px var(--sl-color-neutral-200)',
|
139
|
+
padding: '0 1rem'
|
140
|
+
}}
|
141
|
+
>
|
142
|
+
<p>Scroll down and give it a try! 👇</p>
|
143
|
+
</div>
|
144
|
+
|
145
|
+
<SlButton slot="footer" variant="primary" onClick={() => setOpen(false)}>
|
146
|
+
Close
|
147
|
+
</SlButton>
|
148
|
+
</SlDialog>
|
149
|
+
|
150
|
+
<SlButton onClick={() => setOpen(true)}>Open Dialog</SlButton>
|
151
|
+
</>
|
152
|
+
);
|
153
|
+
};
|
154
|
+
```
|
155
|
+
|
156
|
+
### Preventing the Dialog from Closing
|
157
|
+
|
158
|
+
By default, dialogs will close when the user clicks the close button, clicks the overlay, or presses the <kbd>Escape</kbd> key. In most cases, the default behavior is the best behavior in terms of UX. However, there are situations where this may be undesirable, such as when data loss will occur.
|
159
|
+
|
160
|
+
To keep the dialog open in such cases, you can cancel the `sl-request-close` event. When canceled, the dialog will remain open and pulse briefly to draw the user's attention to it.
|
161
|
+
|
162
|
+
```html preview
|
163
|
+
<sl-dialog label="Dialog" class="dialog-deny-close">
|
164
|
+
This dialog will not close unless you use the button below.
|
165
|
+
<sl-button slot="footer" variant="primary">Save & Close</sl-button>
|
166
|
+
</sl-dialog>
|
167
|
+
|
168
|
+
<sl-button>Open Dialog</sl-button>
|
169
|
+
|
170
|
+
<script>
|
171
|
+
const dialog = document.querySelector('.dialog-deny-close');
|
172
|
+
const openButton = dialog.nextElementSibling;
|
173
|
+
const saveButton = dialog.querySelector('sl-button[slot="footer"]');
|
174
|
+
|
175
|
+
openButton.addEventListener('click', () => dialog.show());
|
176
|
+
saveButton.addEventListener('click', () => dialog.hide());
|
177
|
+
|
178
|
+
dialog.addEventListener('sl-request-close', event => event.preventDefault());
|
179
|
+
</script>
|
180
|
+
```
|
181
|
+
|
182
|
+
```jsx react
|
183
|
+
import { useState } from 'react';
|
184
|
+
import { SlButton, SlDialog } from '@shoelace-style/shoelace/dist/react';
|
185
|
+
|
186
|
+
const App = () => {
|
187
|
+
const [open, setOpen] = useState(false);
|
188
|
+
|
189
|
+
return (
|
190
|
+
<>
|
191
|
+
<SlDialog
|
192
|
+
label="Dialog"
|
193
|
+
open={open}
|
194
|
+
onSlRequestClose={event => event.preventDefault()}
|
195
|
+
onSlAfterHide={() => setOpen(false)}
|
196
|
+
>
|
197
|
+
This dialog will not close unless you use the button below.
|
198
|
+
<SlButton slot="footer" variant="primary" onClick={() => setOpen(false)}>
|
199
|
+
Save & Close
|
200
|
+
</SlButton>
|
201
|
+
</SlDialog>
|
202
|
+
|
203
|
+
<SlButton onClick={() => setOpen(true)}>Open Dialog</SlButton>
|
204
|
+
</>
|
205
|
+
);
|
206
|
+
};
|
207
|
+
```
|
208
|
+
|
209
|
+
### Customizing Initial Focus
|
210
|
+
|
211
|
+
By default, the dialog's panel will gain focus when opened. This allows a subsequent tab press to focus on the first tabbable element within the dialog. To set focus on a different element, listen for and cancel the `sl-initial-focus` event.
|
212
|
+
|
213
|
+
```html preview
|
214
|
+
<sl-dialog label="Dialog" class="dialog-focus">
|
215
|
+
<sl-input placeholder="I will have focus when the dialog is opened"></sl-input>
|
216
|
+
<sl-button slot="footer" variant="primary">Close</sl-button>
|
217
|
+
</sl-dialog>
|
218
|
+
|
219
|
+
<sl-button>Open Dialog</sl-button>
|
220
|
+
|
221
|
+
<script>
|
222
|
+
const dialog = document.querySelector('.dialog-focus');
|
223
|
+
const input = dialog.querySelector('sl-input');
|
224
|
+
const openButton = dialog.nextElementSibling;
|
225
|
+
const closeButton = dialog.querySelector('sl-button[slot="footer"]');
|
226
|
+
|
227
|
+
openButton.addEventListener('click', () => dialog.show());
|
228
|
+
closeButton.addEventListener('click', () => dialog.hide());
|
229
|
+
|
230
|
+
dialog.addEventListener('sl-initial-focus', event => {
|
231
|
+
event.preventDefault();
|
232
|
+
input.focus({ preventScroll: true });
|
233
|
+
});
|
234
|
+
</script>
|
235
|
+
```
|
236
|
+
|
237
|
+
```jsx react
|
238
|
+
import { useRef, useState } from 'react';
|
239
|
+
import { SlButton, SlDialog, SlInput } from '@shoelace-style/shoelace/dist/react';
|
240
|
+
|
241
|
+
const App = () => {
|
242
|
+
const input = useRef(null);
|
243
|
+
const [open, setOpen] = useState(false);
|
244
|
+
|
245
|
+
function handleInitialFocus(event) {
|
246
|
+
event.preventDefault();
|
247
|
+
input.current.focus();
|
248
|
+
}
|
249
|
+
|
250
|
+
return (
|
251
|
+
<>
|
252
|
+
<SlDialog label="Dialog" open={open} onSlInitialFocus={handleInitialFocus} onSlAfterHide={() => setOpen(false)}>
|
253
|
+
<SlInput ref={input} placeholder="I will have focus when the dialog is opened" />
|
254
|
+
<SlButton slot="footer" variant="primary" onClick={() => setOpen(false)}>
|
255
|
+
Close
|
256
|
+
</SlButton>
|
257
|
+
</SlDialog>
|
258
|
+
|
259
|
+
<SlButton onClick={() => setOpen(true)}>Open Dialog</SlButton>
|
260
|
+
</>
|
261
|
+
);
|
262
|
+
};
|
263
|
+
```
|
264
|
+
|
265
|
+
[component-metadata:sl-dialog]
|
@@ -0,0 +1,152 @@
|
|
1
|
+
# Divider
|
2
|
+
|
3
|
+
[component-header:sl-divider]
|
4
|
+
|
5
|
+
Dividers are used to visually separate or group elements.
|
6
|
+
|
7
|
+
```html preview
|
8
|
+
<sl-divider></sl-divider>
|
9
|
+
```
|
10
|
+
|
11
|
+
```jsx react
|
12
|
+
import { SlDivider } from '@shoelace-style/shoelace/dist/react';
|
13
|
+
|
14
|
+
const App = () => (
|
15
|
+
<SlDivider />
|
16
|
+
);
|
17
|
+
```
|
18
|
+
## Examples
|
19
|
+
|
20
|
+
### Width
|
21
|
+
|
22
|
+
Use the `--width` custom property to change the width of the divider.
|
23
|
+
|
24
|
+
```html preview
|
25
|
+
<sl-divider style="--width: 4px;"></sl-divider>
|
26
|
+
```
|
27
|
+
|
28
|
+
```jsx react
|
29
|
+
import { SlDivider } from '@shoelace-style/shoelace/dist/react';
|
30
|
+
|
31
|
+
const App = () => (
|
32
|
+
<SlDivider style={{ '--width': '4px' }} />
|
33
|
+
);
|
34
|
+
```
|
35
|
+
|
36
|
+
### Color
|
37
|
+
|
38
|
+
Use the `--color` custom property to change the color of the divider.
|
39
|
+
|
40
|
+
```html preview
|
41
|
+
<sl-divider style="--color: tomato;"></sl-divider>
|
42
|
+
```
|
43
|
+
|
44
|
+
```jsx react
|
45
|
+
import { SlDivider } from '@shoelace-style/shoelace/dist/react';
|
46
|
+
|
47
|
+
const App = () => (
|
48
|
+
<SlDivider style={{ '--color': 'tomato' }} />
|
49
|
+
);
|
50
|
+
```
|
51
|
+
|
52
|
+
### Spacing
|
53
|
+
|
54
|
+
Use the `--spacing` custom property to change the amount of space between the divider and it's neighboring elements.
|
55
|
+
|
56
|
+
```html preview
|
57
|
+
<div style="text-align: center;">
|
58
|
+
Above
|
59
|
+
<sl-divider style="--spacing: 2rem;"></sl-divider>
|
60
|
+
Below
|
61
|
+
</div>
|
62
|
+
```
|
63
|
+
|
64
|
+
```jsx react
|
65
|
+
import { SlDivider } from '@shoelace-style/shoelace/dist/react';
|
66
|
+
|
67
|
+
const App = () => (
|
68
|
+
<>
|
69
|
+
Above
|
70
|
+
<SlDivider style={{ '--spacing': '2rem' }} />
|
71
|
+
Below
|
72
|
+
</>
|
73
|
+
);
|
74
|
+
```
|
75
|
+
|
76
|
+
### Vertical
|
77
|
+
|
78
|
+
Add the `vertical` attribute to draw the divider in a vertical orientation. The divider will span the full height of its container. Vertical dividers work especially well inside of a flex container.
|
79
|
+
|
80
|
+
```html preview
|
81
|
+
<div style="display: flex; align-items: center; height: 2rem;">
|
82
|
+
First
|
83
|
+
<sl-divider vertical></sl-divider>
|
84
|
+
Middle
|
85
|
+
<sl-divider vertical></sl-divider>
|
86
|
+
Last
|
87
|
+
</div>
|
88
|
+
```
|
89
|
+
|
90
|
+
```jsx react
|
91
|
+
import { SlDivider } from '@shoelace-style/shoelace/dist/react';
|
92
|
+
|
93
|
+
const App = () => (
|
94
|
+
<div
|
95
|
+
style={{
|
96
|
+
display: 'flex',
|
97
|
+
alignItems: 'center',
|
98
|
+
height: '2rem'
|
99
|
+
}}
|
100
|
+
>
|
101
|
+
First
|
102
|
+
<SlDivider vertical />
|
103
|
+
Middle
|
104
|
+
<SlDivider vertical />
|
105
|
+
Last
|
106
|
+
</div>
|
107
|
+
);
|
108
|
+
```
|
109
|
+
|
110
|
+
### Menu Dividers
|
111
|
+
|
112
|
+
Use dividers in [menus](/components/menu) to visually group menu items.
|
113
|
+
|
114
|
+
```html preview
|
115
|
+
<sl-menu style="max-width: 200px; border: solid 1px var(--sl-panel-border-color); background: var(--sl-panel-background-color); border-radius: var(--sl-border-radius-medium);">
|
116
|
+
<sl-menu-item value="1">Option 1</sl-menu-item>
|
117
|
+
<sl-menu-item value="2">Option 2</sl-menu-item>
|
118
|
+
<sl-menu-item value="3">Option 3</sl-menu-item>
|
119
|
+
<sl-divider></sl-divider>
|
120
|
+
<sl-menu-item value="4">Option 4</sl-menu-item>
|
121
|
+
<sl-menu-item value="5">Option 5</sl-menu-item>
|
122
|
+
<sl-menu-item value="6">Option 6</sl-menu-item>
|
123
|
+
</sl-menu>
|
124
|
+
```
|
125
|
+
|
126
|
+
```jsx react
|
127
|
+
import {
|
128
|
+
SlDivider,
|
129
|
+
SlMenu,
|
130
|
+
SlMenuItem
|
131
|
+
} from '@shoelace-style/shoelace/dist/react';
|
132
|
+
|
133
|
+
const App = () => (
|
134
|
+
<SlMenu
|
135
|
+
style={{
|
136
|
+
maxWidth: '200px',
|
137
|
+
border: 'solid 1px var(--sl-panel-border-color)',
|
138
|
+
borderRadius: 'var(--sl-border-radius-medium)'
|
139
|
+
}}
|
140
|
+
>
|
141
|
+
<SlMenuItem value="1">Option 1</SlMenuItem>
|
142
|
+
<SlMenuItem value="2">Option 2</SlMenuItem>
|
143
|
+
<SlMenuItem value="3">Option 3</SlMenuItem>
|
144
|
+
<sl-divider />
|
145
|
+
<SlMenuItem value="4">Option 4</SlMenuItem>
|
146
|
+
<SlMenuItem value="5">Option 5</SlMenuItem>
|
147
|
+
<SlMenuItem value="6">Option 6</SlMenuItem>
|
148
|
+
</SlMenu>
|
149
|
+
);
|
150
|
+
```
|
151
|
+
|
152
|
+
[component-metadata:sl-divider]
|