Skip to content
Components

Button group

A layout component used to group multiple related actions a user can take.

First, import the components needed.

import {Button, ButtonGroup} from '@pleo-io/telescope'

Then use it, like so:

The component is a tiny abstraction on top of our Inline component.

This component doesn't accept any custom props.