Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 203 Bytes

File metadata and controls

12 lines (9 loc) · 203 Bytes
title Two Buttons
order 8

Demonstrates two buttons with different tooltips on hover.

import TwoButtonsDemo from '../examples/twoButtons';

export default () => <TwoButtonsDemo />;