Coloring's picture
fix: 0.x => 1.0
e841ba5
|
raw
history blame
418 Bytes
# Fragment
A fragment component that does not participate in page layout itself. Its main purpose is to combine multiple child components and wrap them together as a `modelscope_studio` component.
> Some component slots only support components exported from `modelscope_studio`. If you need to insert other components, you'll need to wrap them with the `Fragment` component.
## Examples
<demo name="basic"></demo>