diff --git a/packages/components/src/docs/Migration/ui-quotation.mdx b/packages/components/src/docs/Migration/ui-quotation.mdx new file mode 100644 index 000000000..c034a63f3 --- /dev/null +++ b/packages/components/src/docs/Migration/ui-quotation.mdx @@ -0,0 +1,49 @@ +# Migration Guide: From `ui-quotation` to `sd-quote` + +The new `sd-quote` is designed to replace the `ui-quotation`. This transitions away from a component with attributes in favor of a pattern that encourages reusability. This pattern uses a combination of components to create `sd-quote`. You can take a look at the pattern [here](https://solid-design-system.fe.union-investment.de/x.x.x/storybook/?path=/docs/pattern-quote--docs) and use the pattern in your project. + +## ๐พ Slots + +### โ Removed Slots + +The following slots have been removed from the new sd-quote component: + +1. [default] + +