Skip to content

Documentation / @ripl/vue / RiplGroup

Variable: RiplGroup ​

const RiplGroup: RiplComponent<RiplElementProps<Partial<BaseState>>, Group<ElementEventMap>>

Defined in: adapters/vue/src/components/elements.ts:64

Groups its children, cascading its own state to them and transforming them as a unit.

Example ​

ts
<ripl-group fill="#f00" :translate-x="20">
    <ripl-circle :cx="10" :cy="10" :radius="5"/>
</ripl-group>