You can create button groups with the use of setContext
and getContext
and slots. See the REPL.
You will get something like this.
<ButtonGroup>
<Button value="foo">
Foo
</Button>
<Button value="bar">
Bar
</Button>
<Button value="baz">
Baz
</Button>
</ButtonGroup>
Here is the REPL
Top comments (0)