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,51 @@
|
|
1
|
+
# Image Comparer
|
2
|
+
|
3
|
+
[component-header:sl-image-comparer]
|
4
|
+
|
5
|
+
Compare visual differences between similar photos with a sliding panel.
|
6
|
+
|
7
|
+
For best results, use images that share the same dimensions. The slider can be controlled by dragging or pressing the left and right arrow keys. (Tip: press shift + arrows to move the slider in larger intervals, or home + end to jump to the beginning or end.)
|
8
|
+
|
9
|
+
```html preview
|
10
|
+
<sl-image-comparer>
|
11
|
+
<img slot="before" src="https://images.unsplash.com/photo-1517331156700-3c241d2b4d83?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=80&sat=-100&bri=-5" alt="Grayscale version of kittens in a basket looking around.">
|
12
|
+
<img slot="after" src="https://images.unsplash.com/photo-1517331156700-3c241d2b4d83?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=80" alt="Color version of kittens in a basket looking around.">
|
13
|
+
</sl-image-comparer>
|
14
|
+
```
|
15
|
+
|
16
|
+
```jsx react
|
17
|
+
import { SlImageComparer } from '@shoelace-style/shoelace/dist/react';
|
18
|
+
|
19
|
+
const App = () => (
|
20
|
+
<SlImageComparer>
|
21
|
+
<img slot="before" src="https://images.unsplash.com/photo-1517331156700-3c241d2b4d83?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=80&sat=-100&bri=-5" alt="Grayscale version of kittens in a basket looking around." />
|
22
|
+
<img slot="after" src="https://images.unsplash.com/photo-1517331156700-3c241d2b4d83?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=80" alt="Color version of kittens in a basket looking around." />
|
23
|
+
</SlImageComparer>
|
24
|
+
);
|
25
|
+
```
|
26
|
+
|
27
|
+
## Examples
|
28
|
+
|
29
|
+
### Initial Position
|
30
|
+
|
31
|
+
Use the `position` attribute to set the initial position of the slider. This is a percentage from `0` to `100`.
|
32
|
+
|
33
|
+
```html preview
|
34
|
+
<sl-image-comparer position="25">
|
35
|
+
<img slot="before" src="https://images.unsplash.com/photo-1520903074185-8eca362b3dce?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1200&q=80" alt="A person sitting on bricks wearing untied boots.">
|
36
|
+
<img slot="after" src="https://images.unsplash.com/photo-1520640023173-50a135e35804?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2250&q=80" alt="A person sitting on a yellow curb tying shoelaces on a boot.">
|
37
|
+
</sl-image-comparer>
|
38
|
+
```
|
39
|
+
|
40
|
+
```jsx react
|
41
|
+
import { SlImageComparer } from '@shoelace-style/shoelace/dist/react';
|
42
|
+
|
43
|
+
const App = () => (
|
44
|
+
<SlImageComparer position={25}>
|
45
|
+
<img slot="before" src="https://images.unsplash.com/photo-1520903074185-8eca362b3dce?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1200&q=80" alt="A person sitting on bricks wearing untied boots." />
|
46
|
+
<img slot="after" src="https://images.unsplash.com/photo-1520640023173-50a135e35804?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2250&q=80" alt="A person sitting on a yellow curb tying shoelaces on a boot." />
|
47
|
+
</SlImageComparer>
|
48
|
+
);
|
49
|
+
```
|
50
|
+
|
51
|
+
[component-metadata:sl-image-comparer]
|
@@ -0,0 +1,47 @@
|
|
1
|
+
# Include
|
2
|
+
|
3
|
+
[component-header:sl-include]
|
4
|
+
|
5
|
+
Includes give you the power to embed external HTML files into the page.
|
6
|
+
|
7
|
+
Included files are asynchronously requested using `window.fetch()`. Requests are cached, so the same file can be included multiple times, but only one request will be made.
|
8
|
+
|
9
|
+
The included content will be inserted into the `<sl-include>` element's default slot so it can be easily accessed and styled through the light DOM.
|
10
|
+
|
11
|
+
```html preview
|
12
|
+
<sl-include src="https://shoelace.style/assets/examples/include.html"></sl-include>
|
13
|
+
```
|
14
|
+
|
15
|
+
```jsx react
|
16
|
+
import { SlInclude } from '@shoelace-style/shoelace/dist/react';
|
17
|
+
|
18
|
+
const App = () => (
|
19
|
+
<SlInclude src="https://shoelace.style/assets/examples/include.html" />
|
20
|
+
);
|
21
|
+
```
|
22
|
+
|
23
|
+
## Examples
|
24
|
+
|
25
|
+
### Listening for Events
|
26
|
+
|
27
|
+
When an include file loads successfully, the `sl-load` event will be emitted. You can listen for this event to add custom loading logic to your includes.
|
28
|
+
|
29
|
+
If the request fails, the `sl-error` event will be emitted. In this case, `event.detail.status` will contain the resulting HTTP status code of the request, e.g. 404 (not found).
|
30
|
+
|
31
|
+
```html
|
32
|
+
<sl-include src="https://shoelace.style/assets/examples/include.html"></sl-include>
|
33
|
+
|
34
|
+
<script>
|
35
|
+
const include = document.querySelector('sl-include');
|
36
|
+
|
37
|
+
include.addEventListener('sl-load', () => {
|
38
|
+
console.log('Success');
|
39
|
+
});
|
40
|
+
|
41
|
+
include.addEventListener('sl-error', event => {
|
42
|
+
console.log('Error', event.detail.status);
|
43
|
+
});
|
44
|
+
</script>
|
45
|
+
```
|
46
|
+
|
47
|
+
[component-metadata:sl-include]
|
@@ -0,0 +1,283 @@
|
|
1
|
+
# Input
|
2
|
+
|
3
|
+
[component-header:sl-input]
|
4
|
+
|
5
|
+
Inputs collect data from the user.
|
6
|
+
|
7
|
+
```html preview
|
8
|
+
<sl-input></sl-input>
|
9
|
+
```
|
10
|
+
|
11
|
+
```jsx react
|
12
|
+
import { SlInput } from '@shoelace-style/shoelace/dist/react';
|
13
|
+
|
14
|
+
const App = () => (
|
15
|
+
<SlInput />
|
16
|
+
);
|
17
|
+
```
|
18
|
+
|
19
|
+
?> This component works with standard `<form>` elements. Please refer to the section on [form controls](/getting-started/form-controls) to learn more about form submission and client-side validation.
|
20
|
+
|
21
|
+
## Examples
|
22
|
+
|
23
|
+
### Placeholders
|
24
|
+
|
25
|
+
Use the `placeholder` attribute to add a placeholder.
|
26
|
+
|
27
|
+
```html preview
|
28
|
+
<sl-input placeholder="Type something"></sl-input>
|
29
|
+
```
|
30
|
+
|
31
|
+
```jsx react
|
32
|
+
import { SlInput } from '@shoelace-style/shoelace/dist/react';
|
33
|
+
|
34
|
+
const App = () => (
|
35
|
+
<SlInput placeholder="Type something" />
|
36
|
+
);
|
37
|
+
```
|
38
|
+
|
39
|
+
### Clearable
|
40
|
+
|
41
|
+
Add the `clearable` attribute to add a clear button when the input has content.
|
42
|
+
|
43
|
+
```html preview
|
44
|
+
<sl-input placeholder="Clearable" clearable></sl-input>
|
45
|
+
```
|
46
|
+
|
47
|
+
```jsx react
|
48
|
+
import { SlInput } from '@shoelace-style/shoelace/dist/react';
|
49
|
+
|
50
|
+
const App = () => (
|
51
|
+
<SlInput placeholder="Clearable" clearable />
|
52
|
+
);
|
53
|
+
```
|
54
|
+
|
55
|
+
### Toggle Password
|
56
|
+
|
57
|
+
Add the `toggle-password` attribute to add a toggle button that will show the password when activated.
|
58
|
+
|
59
|
+
```html preview
|
60
|
+
<sl-input type="password" placeholder="Password Toggle" size="small" toggle-password></sl-input>
|
61
|
+
<br>
|
62
|
+
<sl-input type="password" placeholder="Password Toggle" size="medium" toggle-password></sl-input>
|
63
|
+
<br>
|
64
|
+
<sl-input type="password" placeholder="Password Toggle" size="large" toggle-password></sl-input>
|
65
|
+
```
|
66
|
+
|
67
|
+
```jsx react
|
68
|
+
import { SlInput } from '@shoelace-style/shoelace/dist/react';
|
69
|
+
|
70
|
+
const App = () => (
|
71
|
+
<>
|
72
|
+
<SlInput type="password" placeholder="Password Toggle" size="small" toggle-password />
|
73
|
+
<br />
|
74
|
+
<SlInput type="password" placeholder="Password Toggle" size="medium" toggle-password />
|
75
|
+
<br />
|
76
|
+
<SlInput type="password" placeholder="Password Toggle" size="large" toggle-password />
|
77
|
+
</>
|
78
|
+
);
|
79
|
+
```
|
80
|
+
|
81
|
+
### Filled Inputs
|
82
|
+
|
83
|
+
Add the `filled` attribute to draw a filled input.
|
84
|
+
|
85
|
+
```html preview
|
86
|
+
<sl-input placeholder="Type something" filled></sl-input>
|
87
|
+
```
|
88
|
+
|
89
|
+
```jsx react
|
90
|
+
import { SlInput } from '@shoelace-style/shoelace/dist/react';
|
91
|
+
|
92
|
+
const App = () => (
|
93
|
+
<SlInput placeholder="Type something" filled />
|
94
|
+
);
|
95
|
+
```
|
96
|
+
|
97
|
+
### Pill
|
98
|
+
|
99
|
+
Use the `pill` attribute to give inputs rounded edges.
|
100
|
+
|
101
|
+
```html preview
|
102
|
+
<sl-input placeholder="Small" size="small" pill></sl-input>
|
103
|
+
<br>
|
104
|
+
<sl-input placeholder="Medium" size="medium" pill></sl-input>
|
105
|
+
<br>
|
106
|
+
<sl-input placeholder="Large" size="large" pill></sl-input>
|
107
|
+
```
|
108
|
+
|
109
|
+
```jsx react
|
110
|
+
import { SlInput } from '@shoelace-style/shoelace/dist/react';
|
111
|
+
|
112
|
+
const App = () => (
|
113
|
+
<>
|
114
|
+
<SlInput placeholder="Small" size="small" pill />
|
115
|
+
<br />
|
116
|
+
<SlInput placeholder="Medium" size="medium" pill />
|
117
|
+
<br />
|
118
|
+
<SlInput placeholder="Large" size="large" pill />
|
119
|
+
</>
|
120
|
+
);
|
121
|
+
```
|
122
|
+
|
123
|
+
### Input Types
|
124
|
+
|
125
|
+
The `type` attribute controls the type of input the browser renders.
|
126
|
+
|
127
|
+
```html preview
|
128
|
+
<sl-input type="email" Placeholder="Email"></sl-input>
|
129
|
+
<br>
|
130
|
+
<sl-input type="number" Placeholder="Number"></sl-input>
|
131
|
+
<br>
|
132
|
+
<sl-input type="date" Placeholder="Date"></sl-input>
|
133
|
+
```
|
134
|
+
|
135
|
+
```jsx react
|
136
|
+
import { SlInput } from '@shoelace-style/shoelace/dist/react';
|
137
|
+
|
138
|
+
const App = () => (
|
139
|
+
<>
|
140
|
+
<SlInput type="email" Placeholder="Email" />
|
141
|
+
<br />
|
142
|
+
<SlInput type="number" Placeholder="Number" />
|
143
|
+
<br />
|
144
|
+
<SlInput type="date" Placeholder="Date" />
|
145
|
+
</>
|
146
|
+
);
|
147
|
+
```
|
148
|
+
|
149
|
+
### Disabled
|
150
|
+
|
151
|
+
Use the `disabled` attribute to disable an input.
|
152
|
+
|
153
|
+
```html preview
|
154
|
+
<sl-input placeholder="Disabled" size="small" disabled></sl-input>
|
155
|
+
<br>
|
156
|
+
<sl-input placeholder="Disabled" size="medium" disabled></sl-input>
|
157
|
+
<br>
|
158
|
+
<sl-input placeholder="Disabled" size="large" disabled></sl-input>
|
159
|
+
```
|
160
|
+
|
161
|
+
```jsx react
|
162
|
+
import { SlInput } from '@shoelace-style/shoelace/dist/react';
|
163
|
+
|
164
|
+
const App = () => (
|
165
|
+
<>
|
166
|
+
<SlInput placeholder="Disabled" size="small" disabled />
|
167
|
+
<br />
|
168
|
+
<SlInput placeholder="Disabled" size="medium" disabled />
|
169
|
+
<br />
|
170
|
+
<SlInput placeholder="Disabled" size="large" disabled />
|
171
|
+
</>
|
172
|
+
);
|
173
|
+
```
|
174
|
+
|
175
|
+
### Sizes
|
176
|
+
|
177
|
+
Use the `size` attribute to change an input's size.
|
178
|
+
|
179
|
+
```html preview
|
180
|
+
<sl-input placeholder="Small" size="small"></sl-input>
|
181
|
+
<br>
|
182
|
+
<sl-input placeholder="Medium" size="medium"></sl-input>
|
183
|
+
<br>
|
184
|
+
<sl-input placeholder="Large" size="large"></sl-input>
|
185
|
+
```
|
186
|
+
|
187
|
+
```jsx react
|
188
|
+
import { SlInput } from '@shoelace-style/shoelace/dist/react';
|
189
|
+
|
190
|
+
const App = () => (
|
191
|
+
<>
|
192
|
+
<SlInput placeholder="Small" size="small" />
|
193
|
+
<br />
|
194
|
+
<SlInput placeholder="Medium" size="medium" />
|
195
|
+
<br />
|
196
|
+
<SlInput placeholder="Large" size="large" />
|
197
|
+
</>
|
198
|
+
);
|
199
|
+
```
|
200
|
+
|
201
|
+
### Prefix & Suffix Icons
|
202
|
+
|
203
|
+
Use the `prefix` and `suffix` slots to add icons.
|
204
|
+
|
205
|
+
```html preview
|
206
|
+
<sl-input placeholder="Small" size="small">
|
207
|
+
<sl-icon name="house" slot="prefix"></sl-icon>
|
208
|
+
<sl-icon name="chat" slot="suffix"></sl-icon>
|
209
|
+
</sl-input>
|
210
|
+
<br>
|
211
|
+
<sl-input placeholder="Medium" size="medium">
|
212
|
+
<sl-icon name="house" slot="prefix"></sl-icon>
|
213
|
+
<sl-icon name="chat" slot="suffix"></sl-icon>
|
214
|
+
</sl-input>
|
215
|
+
<br>
|
216
|
+
<sl-input placeholder="Large" size="large">
|
217
|
+
<sl-icon name="house" slot="prefix"></sl-icon>
|
218
|
+
<sl-icon name="chat" slot="suffix"></sl-icon>
|
219
|
+
</sl-input>
|
220
|
+
```
|
221
|
+
|
222
|
+
```jsx react
|
223
|
+
import { SlIcon, SlInput } from '@shoelace-style/shoelace/dist/react';
|
224
|
+
|
225
|
+
const App = () => (
|
226
|
+
<>
|
227
|
+
<SlInput placeholder="Small" size="small">
|
228
|
+
<SlIcon name="house" slot="prefix"></SlIcon>
|
229
|
+
<SlIcon name="chat" slot="suffix"></SlIcon>
|
230
|
+
</SlInput>
|
231
|
+
<br />
|
232
|
+
<SlInput placeholder="Medium" size="medium">
|
233
|
+
<SlIcon name="house" slot="prefix"></SlIcon>
|
234
|
+
<SlIcon name="chat" slot="suffix"></SlIcon>
|
235
|
+
</SlInput>
|
236
|
+
<br />
|
237
|
+
<SlInput placeholder="Large" size="large">
|
238
|
+
<SlIcon name="house" slot="prefix"></SlIcon>
|
239
|
+
<SlIcon name="chat" slot="suffix"></SlIcon>
|
240
|
+
</SlInput>
|
241
|
+
</>
|
242
|
+
);
|
243
|
+
```
|
244
|
+
|
245
|
+
### Labels
|
246
|
+
|
247
|
+
Use the `label` attribute to give the input an accessible label. For labels that contain HTML, use the `label` slot instead.
|
248
|
+
|
249
|
+
```html preview
|
250
|
+
<sl-input label="What is your name?"></sl-input>
|
251
|
+
```
|
252
|
+
|
253
|
+
```jsx react
|
254
|
+
import { SlIcon, SlInput } from '@shoelace-style/shoelace/dist/react';
|
255
|
+
|
256
|
+
const App = () => (
|
257
|
+
<SlInput label="What is your name?" />
|
258
|
+
);
|
259
|
+
```
|
260
|
+
|
261
|
+
### Help Text
|
262
|
+
|
263
|
+
Add descriptive help text to an input with the `help-text` attribute. For help texts that contain HTML, use the `help-text` slot instead.
|
264
|
+
|
265
|
+
```html preview
|
266
|
+
<sl-input
|
267
|
+
label="Nickname"
|
268
|
+
help-text="What would you like people to call you?"
|
269
|
+
></sl-input>
|
270
|
+
```
|
271
|
+
|
272
|
+
```jsx react
|
273
|
+
import { SlIcon, SlInput } from '@shoelace-style/shoelace/dist/react';
|
274
|
+
|
275
|
+
const App = () => (
|
276
|
+
<SlInput
|
277
|
+
label="Nickname"
|
278
|
+
help-text="What would you like people to call you?"
|
279
|
+
/>
|
280
|
+
);
|
281
|
+
```
|
282
|
+
|
283
|
+
[component-metadata:sl-input]
|
@@ -0,0 +1,255 @@
|
|
1
|
+
# Menu Item
|
2
|
+
|
3
|
+
[component-header:sl-menu-item]
|
4
|
+
|
5
|
+
Menu items provide options for the user to pick from in a menu.
|
6
|
+
|
7
|
+
```html preview
|
8
|
+
<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);">
|
9
|
+
<sl-menu-item>Option 1</sl-menu-item>
|
10
|
+
<sl-menu-item>Option 2</sl-menu-item>
|
11
|
+
<sl-menu-item>Option 3</sl-menu-item>
|
12
|
+
<sl-divider></sl-divider>
|
13
|
+
<sl-menu-item checked>Checked</sl-menu-item>
|
14
|
+
<sl-menu-item disabled>Disabled</sl-menu-item>
|
15
|
+
<sl-divider></sl-divider>
|
16
|
+
<sl-menu-item>
|
17
|
+
Prefix Icon
|
18
|
+
<sl-icon slot="prefix" name="gift"></sl-icon>
|
19
|
+
</sl-menu-item>
|
20
|
+
<sl-menu-item>
|
21
|
+
Suffix Icon
|
22
|
+
<sl-icon slot="suffix" name="heart"></sl-icon>
|
23
|
+
</sl-menu-item>
|
24
|
+
</sl-menu>
|
25
|
+
```
|
26
|
+
|
27
|
+
```jsx react
|
28
|
+
import {
|
29
|
+
SlDivider,
|
30
|
+
SlIcon,
|
31
|
+
SlMenu,
|
32
|
+
SlMenuItem
|
33
|
+
} from '@shoelace-style/shoelace/dist/react';
|
34
|
+
|
35
|
+
const App = () => (
|
36
|
+
<SlMenu
|
37
|
+
style={{
|
38
|
+
maxWidth: '200px',
|
39
|
+
border: 'solid 1px var(--sl-panel-border-color)',
|
40
|
+
borderRadius: 'var(--sl-border-radius-medium)'
|
41
|
+
}}
|
42
|
+
>
|
43
|
+
<SlMenuItem>Option 1</SlMenuItem>
|
44
|
+
<SlMenuItem>Option 2</SlMenuItem>
|
45
|
+
<SlMenuItem>Option 3</SlMenuItem>
|
46
|
+
<SlDivider />
|
47
|
+
<SlMenuItem checked>Checked</SlMenuItem>
|
48
|
+
<SlMenuItem disabled>Disabled</SlMenuItem>
|
49
|
+
<SlDivider />
|
50
|
+
<SlMenuItem>
|
51
|
+
Prefix Icon
|
52
|
+
<SlIcon slot="prefix" name="gift" />
|
53
|
+
</SlMenuItem>
|
54
|
+
<SlMenuItem>
|
55
|
+
Suffix Icon
|
56
|
+
<SlIcon slot="suffix" name="heart" />
|
57
|
+
</SlMenuItem>
|
58
|
+
</SlMenu>
|
59
|
+
);
|
60
|
+
```
|
61
|
+
|
62
|
+
## Examples
|
63
|
+
|
64
|
+
### Checked
|
65
|
+
|
66
|
+
Use the `checked` attribute to draw menu items in a checked state.
|
67
|
+
|
68
|
+
```html preview
|
69
|
+
<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);">
|
70
|
+
<sl-menu-item>Option 1</sl-menu-item>
|
71
|
+
<sl-menu-item checked>Option 2</sl-menu-item>
|
72
|
+
<sl-menu-item>Option 3</sl-menu-item>
|
73
|
+
</sl-menu>
|
74
|
+
```
|
75
|
+
|
76
|
+
```jsx react
|
77
|
+
import {
|
78
|
+
SlMenu,
|
79
|
+
SlMenuItem
|
80
|
+
} from '@shoelace-style/shoelace/dist/react';
|
81
|
+
|
82
|
+
const App = () => (
|
83
|
+
<SlMenu
|
84
|
+
style={{
|
85
|
+
maxWidth: '200px',
|
86
|
+
border: 'solid 1px var(--sl-panel-border-color)',
|
87
|
+
borderRadius: 'var(--sl-border-radius-medium)'
|
88
|
+
}}
|
89
|
+
>
|
90
|
+
<SlMenuItem>Option 1</SlMenuItem>
|
91
|
+
<SlMenuItem checked>Option 2</SlMenuItem>
|
92
|
+
<SlMenuItem>Option 3</SlMenuItem>
|
93
|
+
</SlMenu>
|
94
|
+
);
|
95
|
+
```
|
96
|
+
|
97
|
+
### Disabled
|
98
|
+
|
99
|
+
Add the `disabled` attribute to disable the menu item so it cannot be selected.
|
100
|
+
|
101
|
+
```html preview
|
102
|
+
<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);">
|
103
|
+
<sl-menu-item>Option 1</sl-menu-item>
|
104
|
+
<sl-menu-item disabled>Option 2</sl-menu-item>
|
105
|
+
<sl-menu-item>Option 3</sl-menu-item>
|
106
|
+
</sl-menu>
|
107
|
+
```
|
108
|
+
|
109
|
+
```jsx react
|
110
|
+
import {
|
111
|
+
SlMenu,
|
112
|
+
SlMenuItem
|
113
|
+
} from '@shoelace-style/shoelace/dist/react';
|
114
|
+
|
115
|
+
const App = () => (
|
116
|
+
<SlMenu
|
117
|
+
style={{
|
118
|
+
maxWidth: '200px',
|
119
|
+
border: 'solid 1px var(--sl-panel-border-color)',
|
120
|
+
borderRadius: 'var(--sl-border-radius-medium)'
|
121
|
+
}}
|
122
|
+
>
|
123
|
+
<SlMenuItem>Option 1</SlMenuItem>
|
124
|
+
<SlMenuItem disabled>Option 2</SlMenuItem>
|
125
|
+
<SlMenuItem>Option 3</SlMenuItem>
|
126
|
+
</SlMenu>
|
127
|
+
);
|
128
|
+
```
|
129
|
+
|
130
|
+
### Prefix & Suffix
|
131
|
+
|
132
|
+
Add content to the start and end of menu items using the `prefix` and `suffix` slots.
|
133
|
+
|
134
|
+
```html preview
|
135
|
+
<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);">
|
136
|
+
<sl-menu-item>
|
137
|
+
<sl-icon slot="prefix" name="house"></sl-icon>
|
138
|
+
Home
|
139
|
+
</sl-menu-item>
|
140
|
+
|
141
|
+
<sl-menu-item>
|
142
|
+
<sl-icon slot="prefix" name="envelope"></sl-icon>
|
143
|
+
Messages
|
144
|
+
<sl-badge slot="suffix" variant="primary" pill>12</sl-badge>
|
145
|
+
</sl-menu-item>
|
146
|
+
|
147
|
+
<sl-divider></sl-divider>
|
148
|
+
|
149
|
+
<sl-menu-item>
|
150
|
+
<sl-icon slot="prefix" name="gear"></sl-icon>
|
151
|
+
Settings
|
152
|
+
</sl-menu-item>
|
153
|
+
</sl-menu>
|
154
|
+
```
|
155
|
+
|
156
|
+
```jsx react
|
157
|
+
import {
|
158
|
+
SlBadge,
|
159
|
+
SlDivider,
|
160
|
+
SlIcon,
|
161
|
+
SlMenu,
|
162
|
+
SlMenuItem
|
163
|
+
} from '@shoelace-style/shoelace/dist/react';
|
164
|
+
|
165
|
+
const App = () => (
|
166
|
+
<SlMenu
|
167
|
+
style={{
|
168
|
+
maxWidth: '200px',
|
169
|
+
border: 'solid 1px var(--sl-panel-border-color)',
|
170
|
+
borderRadius: 'var(--sl-border-radius-medium)'
|
171
|
+
}}
|
172
|
+
>
|
173
|
+
<SlMenuItem>
|
174
|
+
<SlIcon slot="prefix" name="house" />
|
175
|
+
Home
|
176
|
+
</SlMenuItem>
|
177
|
+
|
178
|
+
<SlMenuItem>
|
179
|
+
<SlIcon slot="prefix" name="envelope" />
|
180
|
+
Messages
|
181
|
+
<SlBadge slot="suffix" variant="primary" pill>12</SlBadge>
|
182
|
+
</SlMenuItem>
|
183
|
+
|
184
|
+
<SlDivider />
|
185
|
+
|
186
|
+
<SlMenuItem>
|
187
|
+
<SlIcon slot="prefix" name="gear" />
|
188
|
+
Settings
|
189
|
+
</SlMenuItem>
|
190
|
+
</SlMenu>
|
191
|
+
);
|
192
|
+
```
|
193
|
+
|
194
|
+
### Value & Selection
|
195
|
+
|
196
|
+
The `value` attribute can be used to assign a hidden value, such as a unique identifier, to a menu item. When an item is selected, the `sl-select` event will be emitted and a reference to the item will be available at `event.detail.item`. You can use this reference to access the selected item's value, its checked state, and more.
|
197
|
+
|
198
|
+
```html preview
|
199
|
+
<sl-menu class="menu-value" 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);">
|
200
|
+
<sl-menu-item value="opt-1">Option 1</sl-menu-item>
|
201
|
+
<sl-menu-item value="opt-2">Option 2</sl-menu-item>
|
202
|
+
<sl-menu-item value="opt-3">Option 3</sl-menu-item>
|
203
|
+
</sl-menu>
|
204
|
+
|
205
|
+
<script>
|
206
|
+
const menu = document.querySelector('.menu-value');
|
207
|
+
|
208
|
+
menu.addEventListener('sl-select', event => {
|
209
|
+
const item = event.detail.item;
|
210
|
+
|
211
|
+
// Toggle checked state
|
212
|
+
item.checked = !item.checked;
|
213
|
+
|
214
|
+
// Log value
|
215
|
+
console.log(`Selected value: ${item.value}`);
|
216
|
+
});
|
217
|
+
</script>
|
218
|
+
```
|
219
|
+
|
220
|
+
```jsx react
|
221
|
+
import {
|
222
|
+
SlMenu,
|
223
|
+
SlMenuItem
|
224
|
+
} from '@shoelace-style/shoelace/dist/react';
|
225
|
+
|
226
|
+
const App = () => {
|
227
|
+
|
228
|
+
function handleSelect(event) {
|
229
|
+
const item = event.detail.item;
|
230
|
+
|
231
|
+
// Toggle checked state
|
232
|
+
item.checked = !item.checked;
|
233
|
+
|
234
|
+
// Log value
|
235
|
+
console.log(`Selected value: ${item.value}`);
|
236
|
+
}
|
237
|
+
|
238
|
+
return (
|
239
|
+
<SlMenu
|
240
|
+
style={{
|
241
|
+
maxWidth: '200px',
|
242
|
+
border: 'solid 1px var(--sl-panel-border-color)',
|
243
|
+
borderRadius: 'var(--sl-border-radius-medium)'
|
244
|
+
}}
|
245
|
+
onSlSelect={handleSelect}
|
246
|
+
>
|
247
|
+
<SlMenuItem value="opt-1">Option 1</SlMenuItem>
|
248
|
+
<SlMenuItem value="opt-2">Option 2</SlMenuItem>
|
249
|
+
<SlMenuItem value="opt-3">Option 3</SlMenuItem>
|
250
|
+
</SlMenu>
|
251
|
+
);
|
252
|
+
};
|
253
|
+
```
|
254
|
+
|
255
|
+
[component-metadata:sl-menu-item]
|
@@ -0,0 +1,52 @@
|
|
1
|
+
# Menu Label
|
2
|
+
|
3
|
+
[component-header:sl-menu-label]
|
4
|
+
|
5
|
+
Menu labels are used to describe a group of menu items.
|
6
|
+
|
7
|
+
```html preview
|
8
|
+
<sl-menu
|
9
|
+
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);"
|
10
|
+
>
|
11
|
+
<sl-menu-label>Fruits</sl-menu-label>
|
12
|
+
<sl-menu-item value="apple">Apple</sl-menu-item>
|
13
|
+
<sl-menu-item value="banana">Banana</sl-menu-item>
|
14
|
+
<sl-menu-item value="orange">Orange</sl-menu-item>
|
15
|
+
<sl-divider></sl-divider>
|
16
|
+
<sl-menu-label>Vegetables</sl-menu-label>
|
17
|
+
<sl-menu-item value="broccoli">Broccoli</sl-menu-item>
|
18
|
+
<sl-menu-item value="carrot">Carrot</sl-menu-item>
|
19
|
+
<sl-menu-item value="zucchini">Zucchini</sl-menu-item>
|
20
|
+
</sl-menu>
|
21
|
+
```
|
22
|
+
|
23
|
+
```jsx react
|
24
|
+
import {
|
25
|
+
SlDivider,
|
26
|
+
SlMenu,
|
27
|
+
SlMenuLabel,
|
28
|
+
SlMenuItem
|
29
|
+
} from '@shoelace-style/shoelace/dist/react';
|
30
|
+
|
31
|
+
const App = () => (
|
32
|
+
<SlMenu
|
33
|
+
style={{
|
34
|
+
maxWidth: '200px',
|
35
|
+
border: 'solid 1px var(--sl-panel-border-color)',
|
36
|
+
borderRadius: 'var(--sl-border-radius-medium)'
|
37
|
+
}}
|
38
|
+
>
|
39
|
+
<SlMenuLabel>Fruits</SlMenuLabel>
|
40
|
+
<SlMenuItem value="apple">Apple</SlMenuItem>
|
41
|
+
<SlMenuItem value="banana">Banana</SlMenuItem>
|
42
|
+
<SlMenuItem value="orange">Orange</SlMenuItem>
|
43
|
+
<SlDivider />
|
44
|
+
<SlMenuLabel>Vegetables</SlMenuLabel>
|
45
|
+
<SlMenuItem value="broccoli">Broccoli</SlMenuItem>
|
46
|
+
<SlMenuItem value="carrot">Carrot</SlMenuItem>
|
47
|
+
<SlMenuItem value="zucchini">Zucchini</SlMenuItem>
|
48
|
+
</SlMenu>
|
49
|
+
);
|
50
|
+
```
|
51
|
+
|
52
|
+
[component-metadata:sl-menu-label]
|