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,439 @@
|
|
1
|
+
# Skeleton
|
2
|
+
|
3
|
+
[component-header:sl-skeleton]
|
4
|
+
|
5
|
+
Skeletons are used to show where content will eventually be drawn.
|
6
|
+
|
7
|
+
These are simple containers for scaffolding layouts that mimic what users will see when content has finished loading. This prevents large areas of empty space during asynchronous operations.
|
8
|
+
|
9
|
+
Skeletons try not to be opinionated, as there are endless possibilities for designing layouts. Therefore, you'll likely use more than one skeleton to create the effect you want. If you find yourself using them frequently, consider creating a template that renders them with the desired arrangement and styles.
|
10
|
+
|
11
|
+
```html preview
|
12
|
+
<div class="skeleton-overview">
|
13
|
+
<header>
|
14
|
+
<sl-skeleton></sl-skeleton>
|
15
|
+
<sl-skeleton></sl-skeleton>
|
16
|
+
</header>
|
17
|
+
|
18
|
+
<sl-skeleton></sl-skeleton>
|
19
|
+
<sl-skeleton></sl-skeleton>
|
20
|
+
<sl-skeleton></sl-skeleton>
|
21
|
+
</div>
|
22
|
+
|
23
|
+
<style>
|
24
|
+
.skeleton-overview header {
|
25
|
+
display: flex;
|
26
|
+
align-items: center;
|
27
|
+
margin-bottom: 1rem;
|
28
|
+
}
|
29
|
+
|
30
|
+
.skeleton-overview header sl-skeleton:last-child {
|
31
|
+
flex: 0 0 auto;
|
32
|
+
width: 30%;
|
33
|
+
}
|
34
|
+
|
35
|
+
.skeleton-overview sl-skeleton {
|
36
|
+
margin-bottom: 1rem;
|
37
|
+
}
|
38
|
+
|
39
|
+
.skeleton-overview sl-skeleton:nth-child(1) {
|
40
|
+
float: left;
|
41
|
+
width: 3rem;
|
42
|
+
height: 3rem;
|
43
|
+
margin-right: 1rem;
|
44
|
+
vertical-align: middle;
|
45
|
+
}
|
46
|
+
|
47
|
+
.skeleton-overview sl-skeleton:nth-child(3) {
|
48
|
+
width: 95%;
|
49
|
+
}
|
50
|
+
|
51
|
+
.skeleton-overview sl-skeleton:nth-child(4) {
|
52
|
+
width: 80%;
|
53
|
+
}
|
54
|
+
</style>
|
55
|
+
```
|
56
|
+
|
57
|
+
```jsx react
|
58
|
+
import { SlSkeleton } from '@shoelace-style/shoelace/dist/react';
|
59
|
+
|
60
|
+
const css = `
|
61
|
+
.skeleton-overview header {
|
62
|
+
display: flex;
|
63
|
+
align-items: center;
|
64
|
+
margin-bottom: 1rem;
|
65
|
+
}
|
66
|
+
|
67
|
+
.skeleton-overview header sl-skeleton:last-child {
|
68
|
+
flex: 0 0 auto;
|
69
|
+
width: 30%;
|
70
|
+
}
|
71
|
+
|
72
|
+
.skeleton-overview sl-skeleton {
|
73
|
+
margin-bottom: 1rem;
|
74
|
+
}
|
75
|
+
|
76
|
+
.skeleton-overview sl-skeleton:nth-child(1) {
|
77
|
+
float: left;
|
78
|
+
width: 3rem;
|
79
|
+
height: 3rem;
|
80
|
+
margin-right: 1rem;
|
81
|
+
vertical-align: middle;
|
82
|
+
}
|
83
|
+
|
84
|
+
.skeleton-overview sl-skeleton:nth-child(3) {
|
85
|
+
width: 95%;
|
86
|
+
}
|
87
|
+
|
88
|
+
.skeleton-overview sl-skeleton:nth-child(4) {
|
89
|
+
width: 80%;
|
90
|
+
}
|
91
|
+
`;
|
92
|
+
|
93
|
+
const App = () => (
|
94
|
+
<>
|
95
|
+
<div className="skeleton-overview">
|
96
|
+
<header>
|
97
|
+
<SlSkeleton />
|
98
|
+
<SlSkeleton />
|
99
|
+
</header>
|
100
|
+
|
101
|
+
<SlSkeleton />
|
102
|
+
<SlSkeleton />
|
103
|
+
<SlSkeleton />
|
104
|
+
</div>
|
105
|
+
|
106
|
+
<style>{css}</style>
|
107
|
+
</>
|
108
|
+
);
|
109
|
+
```
|
110
|
+
|
111
|
+
## Examples
|
112
|
+
|
113
|
+
### Effects
|
114
|
+
|
115
|
+
There are two built-in effects, `sheen` and `pulse`. Effects are intentionally subtle, as they can be distracting when used extensively. The default is `none`, which displays a static, non-animated skeleton.
|
116
|
+
|
117
|
+
```html preview
|
118
|
+
<div class="skeleton-effects">
|
119
|
+
<sl-skeleton effect="none"></sl-skeleton>
|
120
|
+
None
|
121
|
+
|
122
|
+
<sl-skeleton effect="sheen"></sl-skeleton>
|
123
|
+
Sheen
|
124
|
+
|
125
|
+
<sl-skeleton effect="pulse"></sl-skeleton>
|
126
|
+
Pulse
|
127
|
+
</div>
|
128
|
+
|
129
|
+
<style>
|
130
|
+
.skeleton-effects {
|
131
|
+
font-size: var(--sl-font-size-small);
|
132
|
+
}
|
133
|
+
|
134
|
+
.skeleton-effects sl-skeleton:not(:first-child) {
|
135
|
+
margin-top: 1rem;
|
136
|
+
}
|
137
|
+
</style>
|
138
|
+
```
|
139
|
+
|
140
|
+
```jsx react
|
141
|
+
import { SlSkeleton } from '@shoelace-style/shoelace/dist/react';
|
142
|
+
|
143
|
+
const css = `
|
144
|
+
.skeleton-effects {
|
145
|
+
font-size: var(--sl-font-size-small);
|
146
|
+
}
|
147
|
+
|
148
|
+
.skeleton-effects sl-skeleton:not(:first-child) {
|
149
|
+
margin-top: 1rem;
|
150
|
+
}
|
151
|
+
`;
|
152
|
+
|
153
|
+
const App = () => (
|
154
|
+
<>
|
155
|
+
<div className="skeleton-effects">
|
156
|
+
<SlSkeleton effect="none" />
|
157
|
+
None
|
158
|
+
|
159
|
+
<SlSkeleton effect="sheen" />
|
160
|
+
Sheen
|
161
|
+
|
162
|
+
<SlSkeleton effect="pulse" />
|
163
|
+
Pulse
|
164
|
+
</div>
|
165
|
+
|
166
|
+
<style>{css}</style>
|
167
|
+
</>
|
168
|
+
);
|
169
|
+
```
|
170
|
+
|
171
|
+
### Paragraphs
|
172
|
+
|
173
|
+
Use multiple skeletons and some clever styles to simulate paragraphs.
|
174
|
+
|
175
|
+
```html preview
|
176
|
+
<div class="skeleton-paragraphs">
|
177
|
+
<sl-skeleton></sl-skeleton>
|
178
|
+
<sl-skeleton></sl-skeleton>
|
179
|
+
<sl-skeleton></sl-skeleton>
|
180
|
+
<sl-skeleton></sl-skeleton>
|
181
|
+
<sl-skeleton></sl-skeleton>
|
182
|
+
</div>
|
183
|
+
|
184
|
+
<style>
|
185
|
+
.skeleton-paragraphs sl-skeleton {
|
186
|
+
margin-bottom: 1rem;
|
187
|
+
}
|
188
|
+
|
189
|
+
.skeleton-paragraphs sl-skeleton:nth-child(2) {
|
190
|
+
width: 95%;
|
191
|
+
}
|
192
|
+
|
193
|
+
.skeleton-paragraphs sl-skeleton:nth-child(4) {
|
194
|
+
width: 90%;
|
195
|
+
}
|
196
|
+
|
197
|
+
.skeleton-paragraphs sl-skeleton:last-child {
|
198
|
+
width: 50%;
|
199
|
+
}
|
200
|
+
</style>
|
201
|
+
```
|
202
|
+
|
203
|
+
```jsx react
|
204
|
+
import { SlSkeleton } from '@shoelace-style/shoelace/dist/react';
|
205
|
+
|
206
|
+
const css = `
|
207
|
+
.skeleton-paragraphs sl-skeleton {
|
208
|
+
margin-bottom: 1rem;
|
209
|
+
}
|
210
|
+
|
211
|
+
.skeleton-paragraphs sl-skeleton:nth-child(2) {
|
212
|
+
width: 95%;
|
213
|
+
}
|
214
|
+
|
215
|
+
.skeleton-paragraphs sl-skeleton:nth-child(4) {
|
216
|
+
width: 90%;
|
217
|
+
}
|
218
|
+
|
219
|
+
.skeleton-paragraphs sl-skeleton:last-child {
|
220
|
+
width: 50%;
|
221
|
+
}
|
222
|
+
`;
|
223
|
+
|
224
|
+
const App = () => (
|
225
|
+
<>
|
226
|
+
<div className="skeleton-paragraphs">
|
227
|
+
<SlSkeleton />
|
228
|
+
<SlSkeleton />
|
229
|
+
<SlSkeleton />
|
230
|
+
<SlSkeleton />
|
231
|
+
<SlSkeleton />
|
232
|
+
</div>
|
233
|
+
|
234
|
+
<style>{css}</style>
|
235
|
+
</>
|
236
|
+
);
|
237
|
+
```
|
238
|
+
|
239
|
+
### Avatars
|
240
|
+
|
241
|
+
Set a matching width and height to make a circle, square, or rounded avatar skeleton.
|
242
|
+
|
243
|
+
```html preview
|
244
|
+
<div class="skeleton-avatars">
|
245
|
+
<sl-skeleton></sl-skeleton>
|
246
|
+
<sl-skeleton></sl-skeleton>
|
247
|
+
<sl-skeleton></sl-skeleton>
|
248
|
+
</div>
|
249
|
+
|
250
|
+
<style>
|
251
|
+
.skeleton-avatars sl-skeleton {
|
252
|
+
display: inline-block;
|
253
|
+
width: 3rem;
|
254
|
+
height: 3rem;
|
255
|
+
margin-right: .5rem;
|
256
|
+
}
|
257
|
+
|
258
|
+
.skeleton-avatars sl-skeleton:nth-child(1) {
|
259
|
+
--border-radius: 0;
|
260
|
+
}
|
261
|
+
|
262
|
+
.skeleton-avatars sl-skeleton:nth-child(2) {
|
263
|
+
--border-radius: var(--sl-border-radius-medium);
|
264
|
+
}
|
265
|
+
</style>
|
266
|
+
```
|
267
|
+
|
268
|
+
```jsx react
|
269
|
+
import { SlSkeleton } from '@shoelace-style/shoelace/dist/react';
|
270
|
+
|
271
|
+
const css = `
|
272
|
+
.skeleton-avatars sl-skeleton {
|
273
|
+
display: inline-block;
|
274
|
+
width: 3rem;
|
275
|
+
height: 3rem;
|
276
|
+
margin-right: .5rem;
|
277
|
+
}
|
278
|
+
|
279
|
+
.skeleton-avatars sl-skeleton:nth-child(1) {
|
280
|
+
--border-radius: 0;
|
281
|
+
}
|
282
|
+
|
283
|
+
.skeleton-avatars sl-skeleton:nth-child(2) {
|
284
|
+
--border-radius: var(--sl-border-radius-medium);
|
285
|
+
}
|
286
|
+
`;
|
287
|
+
|
288
|
+
const App = () => (
|
289
|
+
<>
|
290
|
+
<div className="skeleton-avatars">
|
291
|
+
<SlSkeleton />
|
292
|
+
<SlSkeleton />
|
293
|
+
<SlSkeleton />
|
294
|
+
</div>
|
295
|
+
|
296
|
+
<style>{css}</style>
|
297
|
+
</>
|
298
|
+
);
|
299
|
+
```
|
300
|
+
|
301
|
+
### Custom Shapes
|
302
|
+
|
303
|
+
Use the `--border-radius` custom property to make circles, squares, and rectangles. For more complex shapes, you can apply `clip-path` to the `indicator` part. [Try Clippy](https://bennettfeely.com/clippy/) if you need help generating custom shapes.
|
304
|
+
|
305
|
+
```html preview
|
306
|
+
<div class="skeleton-shapes">
|
307
|
+
<sl-skeleton class="square"></sl-skeleton>
|
308
|
+
<sl-skeleton class="circle"></sl-skeleton>
|
309
|
+
<sl-skeleton class="triangle"></sl-skeleton>
|
310
|
+
<sl-skeleton class="cross"></sl-skeleton>
|
311
|
+
<sl-skeleton class="comment"></sl-skeleton>
|
312
|
+
</div>
|
313
|
+
|
314
|
+
<style>
|
315
|
+
.skeleton-shapes sl-skeleton {
|
316
|
+
display: inline-flex;
|
317
|
+
width: 50px;
|
318
|
+
height: 50px;
|
319
|
+
}
|
320
|
+
|
321
|
+
.skeleton-shapes .square::part(indicator) {
|
322
|
+
--border-radius: var(--sl-border-radius-medium);
|
323
|
+
}
|
324
|
+
|
325
|
+
.skeleton-shapes .circle::part(indicator) {
|
326
|
+
--border-radius: var(--sl-border-radius-circle);
|
327
|
+
}
|
328
|
+
|
329
|
+
.skeleton-shapes .triangle::part(indicator) {
|
330
|
+
--border-radius: 0;
|
331
|
+
clip-path: polygon(50% 0, 0 100%, 100% 100%);
|
332
|
+
}
|
333
|
+
|
334
|
+
.skeleton-shapes .cross::part(indicator) {
|
335
|
+
--border-radius: 0;
|
336
|
+
clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
|
337
|
+
}
|
338
|
+
|
339
|
+
.skeleton-shapes .comment::part(indicator) {
|
340
|
+
--border-radius: 0;
|
341
|
+
clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
|
342
|
+
}
|
343
|
+
|
344
|
+
.skeleton-shapes sl-skeleton:not(:last-child) {
|
345
|
+
margin-right: .5rem;
|
346
|
+
}
|
347
|
+
</style>
|
348
|
+
```
|
349
|
+
|
350
|
+
```jsx react
|
351
|
+
import { SlSkeleton } from '@shoelace-style/shoelace/dist/react';
|
352
|
+
|
353
|
+
const css = `
|
354
|
+
.skeleton-shapes sl-skeleton {
|
355
|
+
display: inline-flex;
|
356
|
+
width: 50px;
|
357
|
+
height: 50px;
|
358
|
+
}
|
359
|
+
|
360
|
+
.skeleton-shapes .square::part(indicator) {
|
361
|
+
--border-radius: var(--sl-border-radius-medium);
|
362
|
+
}
|
363
|
+
|
364
|
+
.skeleton-shapes .circle::part(indicator) {
|
365
|
+
--border-radius: var(--sl-border-radius-circle);
|
366
|
+
}
|
367
|
+
|
368
|
+
.skeleton-shapes .triangle::part(indicator) {
|
369
|
+
--border-radius: 0;
|
370
|
+
clip-path: polygon(50% 0, 0 100%, 100% 100%);
|
371
|
+
}
|
372
|
+
|
373
|
+
.skeleton-shapes .cross::part(indicator) {
|
374
|
+
--border-radius: 0;
|
375
|
+
clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
|
376
|
+
}
|
377
|
+
|
378
|
+
.skeleton-shapes .comment::part(indicator) {
|
379
|
+
--border-radius: 0;
|
380
|
+
clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
|
381
|
+
}
|
382
|
+
|
383
|
+
.skeleton-shapes sl-skeleton:not(:last-child) {
|
384
|
+
margin-right: .5rem;
|
385
|
+
}
|
386
|
+
`;
|
387
|
+
|
388
|
+
const App = () => (
|
389
|
+
<>
|
390
|
+
<div className="skeleton-shapes">
|
391
|
+
<SlSkeleton className="square" />
|
392
|
+
<SlSkeleton className="circle" />
|
393
|
+
<SlSkeleton className="triangle" />
|
394
|
+
<SlSkeleton className="cross" />
|
395
|
+
<SlSkeleton className="comment" />
|
396
|
+
</div>
|
397
|
+
|
398
|
+
<style>{css}</style>
|
399
|
+
</>
|
400
|
+
);
|
401
|
+
```
|
402
|
+
|
403
|
+
### Custom Colors
|
404
|
+
|
405
|
+
Set the `--color` and `--sheen-color` custom properties to adjust the skeleton's color.
|
406
|
+
|
407
|
+
```html preview
|
408
|
+
<sl-skeleton effect="sheen" style="--color: tomato; --sheen-color: #ffb094;"></sl-skeleton>
|
409
|
+
```
|
410
|
+
|
411
|
+
```jsx react
|
412
|
+
import { SlSkeleton } from '@shoelace-style/shoelace/dist/react';
|
413
|
+
|
414
|
+
const css = `
|
415
|
+
.skeleton-avatars sl-skeleton {
|
416
|
+
display: inline-block;
|
417
|
+
width: 3rem;
|
418
|
+
height: 3rem;
|
419
|
+
margin-right: .5rem;
|
420
|
+
}
|
421
|
+
|
422
|
+
.skeleton-avatars sl-skeleton:nth-child(1) {
|
423
|
+
--border-radius: 0;
|
424
|
+
}
|
425
|
+
|
426
|
+
.skeleton-avatars sl-skeleton:nth-child(2) {
|
427
|
+
--border-radius: var(--sl-border-radius-medium);
|
428
|
+
}
|
429
|
+
`;
|
430
|
+
|
431
|
+
const App = () => (
|
432
|
+
<SlSkeleton
|
433
|
+
effect="sheen"
|
434
|
+
style={{ '--color': 'tomato', '--sheen-color': '#ffb094' }}
|
435
|
+
/>
|
436
|
+
);
|
437
|
+
```
|
438
|
+
|
439
|
+
[component-metadata:sl-skeleton]
|
@@ -0,0 +1,86 @@
|
|
1
|
+
# Spinner
|
2
|
+
|
3
|
+
[component-header:sl-spinner]
|
4
|
+
|
5
|
+
Spinners are used to show the progress of an indeterminate operation.
|
6
|
+
|
7
|
+
```html preview
|
8
|
+
<sl-spinner></sl-spinner>
|
9
|
+
```
|
10
|
+
|
11
|
+
```jsx react
|
12
|
+
import { SlSpinner } from '@shoelace-style/shoelace/dist/react';
|
13
|
+
|
14
|
+
const App = () => (
|
15
|
+
<SlSpinner />
|
16
|
+
);
|
17
|
+
```
|
18
|
+
|
19
|
+
## Examples
|
20
|
+
|
21
|
+
### Size
|
22
|
+
|
23
|
+
Spinners are sized based on the current font size. To change their size, set the `font-size` property on the spinner itself or on a parent element as shown below.
|
24
|
+
|
25
|
+
```html preview
|
26
|
+
<sl-spinner></sl-spinner>
|
27
|
+
<sl-spinner style="font-size: 2rem;"></sl-spinner>
|
28
|
+
<sl-spinner style="font-size: 3rem;"></sl-spinner>
|
29
|
+
```
|
30
|
+
|
31
|
+
```jsx react
|
32
|
+
import { SlSpinner } from '@shoelace-style/shoelace/dist/react';
|
33
|
+
|
34
|
+
const App = () => (
|
35
|
+
<>
|
36
|
+
<SlSpinner />
|
37
|
+
<SlSpinner style={{ fontSize: '2rem' }} />
|
38
|
+
<SlSpinner style={{ fontSize: '3rem' }} />
|
39
|
+
</>
|
40
|
+
);
|
41
|
+
```
|
42
|
+
|
43
|
+
### Track Width
|
44
|
+
|
45
|
+
The width of the spinner's track can be changed by setting the `--track-width` custom property.
|
46
|
+
|
47
|
+
```html preview
|
48
|
+
<sl-spinner style="font-size: 3rem; --track-width: 6px;"></sl-spinner>
|
49
|
+
```
|
50
|
+
|
51
|
+
```jsx react
|
52
|
+
import { SlSpinner } from '@shoelace-style/shoelace/dist/react';
|
53
|
+
|
54
|
+
const App = () => (
|
55
|
+
<SlSpinner
|
56
|
+
style={{
|
57
|
+
fontSize: '3rem',
|
58
|
+
'--track-width': '6px'
|
59
|
+
}}
|
60
|
+
/>
|
61
|
+
);
|
62
|
+
```
|
63
|
+
|
64
|
+
### Color
|
65
|
+
|
66
|
+
The spinner's colors can be changed by setting the `--indicator-color` and `--track-color` custom properties.
|
67
|
+
|
68
|
+
```html preview
|
69
|
+
<sl-spinner style="font-size: 3rem; --indicator-color: deeppink; --track-color: pink;"></sl-spinner>
|
70
|
+
```
|
71
|
+
|
72
|
+
```jsx react
|
73
|
+
import { SlSpinner } from '@shoelace-style/shoelace/dist/react';
|
74
|
+
|
75
|
+
const App = () => (
|
76
|
+
<SlSpinner
|
77
|
+
style={{
|
78
|
+
fontSize: '3rem',
|
79
|
+
'--indicator-color': 'deeppink',
|
80
|
+
'--track-color': 'pink'
|
81
|
+
}}
|
82
|
+
/>
|
83
|
+
);
|
84
|
+
```
|
85
|
+
|
86
|
+
[component-metadata:sl-spinner]
|