Skip to content

Commit

Permalink
docs: fix upgrade instructions for elemental components
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed May 4, 2024
1 parent 95ab1f4 commit 03d3456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ SMUI v7 works with Svelte 4 only, due to the way it handles events. SMUI v8 is i

Upgrading from an old version? Be sure to read the [migration doc](MIGRATING.md).

Upgrading from v6? You need Svelte 4. No more elemental components; you can now use the "tag" prop for HTML elements or the "Svg" component. No more "ComponentDev" types; components can now be used as their type. Check out the [upgrade instructions](MIGRATING.md#smui-6---smui-7).
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](MIGRATING.md#smui-6---smui-7).

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](MIGRATING.md#smui-5---smui-6).

Expand Down

0 comments on commit 03d3456

Please sign in to comment.