Components
Button group
A layout component used to group multiple related actions a user can take.
Basic usage
First, import the components needed.
import {Button, ButtonGroup} from '@pleo-io/telescope'
Then use it, like so:
API reference
The component is a tiny abstraction on top of
our Inline
component.
This component doesn't accept any custom props.
On this page