import React from 'react'; import { ClipboardCopy, ClipboardCopyVariant } from '@breakaway/preact-core'; export const ClipboardCopyExpanded: React.FunctionComponent = () => ( Got a lot of text here, need to see all of it? Click that arrow on the left side and check out the resulting expansion. );