Components Group
Used to group and attach elements together.
import { XGroup } from '@mixin-ui/kit';
@Component({
template: `
<x-group>
<button x-icon>
<x-icon src="align-left" />
</button>
<button x-icon>
<x-icon src="align-center" />
</button>
<button x-icon>
<x-icon src="align-right" />
</button>
</x-group>
`
})
export class Usage {}
Name | Type | Default |
---|
| 'horizontal' | 'vertical'
| |
| | |