Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@smui-extra/badge

hperrin15.5kApache-2.08.0.0-beta.3TypeScript support: included

Svelte Material UI - Badge

svelte, svelte3, material-ui, material-design, material, svelte-components, sveltejs

readme

Svelte Material UI

A library of Svelte Material UI components, based on Material Design Components - Web.

Demos, Code Samples, and Guides

https://sveltematerialui.com

Features

Here are some unique features that help SMUI stand out:

  • Full TypeScript support, including HTML attributes.
  • You can add arbitrary attributes to all of the components and many of the elements within them.
  • You can add actions to the components with use={[Action1, [Action2, action2Props], Action3]}.
  • You can add props to lower components and elements with "$" props, like input$maxlength="15".
  • SMUI supports RTL languages.

Installation

To get started, check out the installation docs or the SvelteKit docs.

Need Help?

If you need help installing or using SMUI, join the Discord server.

Svelte 5

SMUI v8 requires Svelte 5. This is the documentation for v8, which is still in development (and is currently in a prerelease state).

If you are using Svelte 4, you can use SMUI v7, which is the current stable version. Check out the v7 branch for the current docs.

Migration

Upgrading from an old version? Be sure to read the migration doc.

Upgrading from v7? You need Svelte 5. Event listeners no longer to use the CustomEvent type. Check out the upgrade instructions.

Upgrading from v6? You need Svelte 4. No more elemental components; you can now use the "tag" prop to change the element. No more "ComponentDev" types; components can now be used as their type. Check out the upgrade instructions.

Upgrading from v5? If you're still using the advanced styling method, it's really time to switch to the easy styling method. '/styled' endpoints are no longer provided. Check out the upgrade instructions.

Upgrading from v4? SMUI v5 requires the TypeScript preprocessor. SMUI v6 does not though, so if you upgrade straight to v6, don't worry. Check out the upgrade instructions.

Upgrading from v3? SMUI's styling method has been simplified. Check out the upgrade instructions.

Upgrading from v2? There are lots of changes listed in the upgrade instructions.

Old Docs

You can find older versions of the docs on their respective branch:

Icons

You can include icons in a number of ways, but the easiest is the Material Icon Font. This will give you the standard set of Material Icons, available with the CSS class "material-icons".

<link
  href="https://fonts.googleapis.com/icon?family=Material+Icons"
  rel="stylesheet"
/>

However, there are two downsides. First is that all icons are downloaded, no matter which ones you use, so the size over the wire will almost certainly be more than necessary. Second is that it only includes the Material Icons from Google.

Another option is the Material Design Icons library. See the "Using SVGs" demo on the Icon Button demo page for instructions to use icons from the @mdi/js package (or any other SVG icons).

You can even use them in data URLs. To get a data URL for the icon:

  1. Find your icon and click "Copy SVG" button (it looks like </>).
  2. Base64 encode the document.
  3. Format the URL like this data:image/svg+xml;base64,encodedcontent, replacing "encodedcontent" with the Base64 results.
  4. Now you have an image URL you can use in an "img" tag src attribute or anywhere else you put an image URL (like background-image: url();).

Components

Click a component/package below to go to the documentation. (Note that this documentation is a work in progress. The demo code should be your main source of truth for how something works.)

† This is Sass based, and therefore doesn't require Svelte components. I've included a demo showing how you can use it.

‡ This is not an MDC-Web component (upstream library). It is an addition that SMUI provides.

  • Labels and icons are named exports in the components that use them, or you can use the 'Label' and 'Icon' exports from '@smui/common'. (Except for chips labels and icons, textfield icons, and select icons, because they are special snowflakes.)

License

Copyright 2019-2024 Hunter Perrin

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

8.0.0-beta.3 (2024-12-22)

Note: Version bump only for package @smui-extra/badge

8.0.0-beta.2 (2024-12-13)

Note: Version bump only for package @smui-extra/badge

8.0.0-beta.1 (2024-12-11)

Bug Fixes

  • remove bindable rune from things that don't need it (2b77cf8)
  • shorten runes options and snippet renders (d1368a6)

Features

  • migrate components in badge to runes (20db79a)

8.0.0-beta.0 (2024-11-19)

Note: Version bump only for package @smui-extra/badge

8.0.0-alpha.0 (2024-05-13)

Bug Fixes

  • explicitly opt out of runes mode in all components (96b69f9)

Features

  • events for svelte 5, mount events to contexts, event modifiers, remove custom event typing (52d60b8)

7.0.0 (2024-05-04)

Note: Version bump only for package @smui-extra/badge

7.0.0-beta.18 (2024-03-17)

Note: Version bump only for package @smui-extra/badge

7.0.0-beta.17 (2024-03-13)

Note: Version bump only for package @smui-extra/badge

7.0.0-beta.16 (2023-12-27)

Note: Version bump only for package @smui-extra/badge

7.0.0-beta.15 (2023-09-04)

Bug Fixes

  • add declaration files to work around rollup typescript resolving modules to the src directory (b09a46b), closes #556

7.0.0-beta.14 (2023-06-30)

Bug Fixes

  • move omit generic down line to fix union type that is too complex to represent type error (b26b1d4)

7.0.0-beta.13 (2023-06-29)

Note: Version bump only for package @smui-extra/badge

7.0.0-beta.12 (2023-06-29)

Note: Version bump only for package @smui-extra/badge

7.0.0-beta.11 (2023-06-29)

Note: Version bump only for package @smui-extra/badge

7.0.0-beta.10 (2023-06-28)

Bug Fixes

  • import ambient types from index files for ts event support (d62e12c)
  • reference ambient types instead of importing them (2d1193c)
  • suppress typescript issues with importing svelte internals (985183c)

7.0.0-beta.9 (2023-06-20)

Note: Version bump only for package @smui-extra/badge

7.0.0-beta.8 (2023-04-29)

Note: Version bump only for package @smui-extra/badge

7.0.0-beta.7 (2023-04-29)

Note: Version bump only for package @smui-extra/badge

7.0.0-beta.6 (2023-04-29)

Note: Version bump only for package @smui-extra/badge

7.0.0-beta.5 (2023-04-28)

Note: Version bump only for package @smui-extra/badge

7.0.0-beta.4 (2023-04-24)

Note: Version bump only for package @smui-extra/badge

7.0.0-beta.3 (2023-04-06)

Note: Version bump only for package @smui-extra/badge

7.0.0-beta.2 (2023-04-06)

Bug Fixes

  • never confuse an exported function type with an html attr type (d00860a), closes #575

7.0.0-beta.1 (2023-04-04)

Bug Fixes

  • update packages and fix issues (13050de)

7.0.0-beta.0 (2022-10-12)

Features

  • migrate to common element component instead of elemental components (8aaf611)
  • redo type system to bring types into their svelte files (61b9395)
  • update to mdc-web 14, implement new features and fixes (cca1827)

6.1.4 (2022-09-27)

Bug Fixes

  • update svelte-strip for module script lang fix (2dc89a9)

6.1.0 (2022-08-20)

Features

  • add middle alignments for badges (9431254)

6.0.0 (2022-07-23)

Bug Fixes

  • update sveltekit and fix package.json (9dfb3d0), closes #425
  • upgrade packages and fix issues with new versions (67f45cc)

6.0.0-beta.16 (2022-04-11)

Note: Version bump only for package @smui-extra/badge

6.0.0-beta.15 (2022-03-02)

Note: Version bump only for package @smui-extra/badge

6.0.0-beta.14 (2022-02-13)

Bug Fixes

  • update to latest packages, sveltekit and fix issues (ca21255)

Features

  • update SvelteKit and move types to separate imports (5fb1216)

6.0.0-beta.13 (2022-01-05)

Note: Version bump only for package @smui-extra/badge

6.0.0-beta.12 (2022-01-05)

Bug Fixes

  • correct entries in package.json files, noExternal config no longer needed (95c56b5), closes #375

6.0.0-beta.11 (2021-12-29)

Note: Version bump only for package @smui-extra/badge

6.0.0-beta.10 (2021-12-28)

Note: Version bump only for package @smui-extra/badge

6.0.0-beta.9 (2021-12-15)

Note: Version bump only for package @smui-extra/badge

6.0.0-beta.8 (2021-12-14)

Note: Version bump only for package @smui-extra/badge

6.0.0-beta.7 (2021-12-14)

Note: Version bump only for package @smui-extra/badge

6.0.0-beta.6 (2021-12-11)

Note: Version bump only for package @smui-extra/badge

6.0.0-beta.5 (2021-12-10)

Features