import { CompactCard as Card } from '@automattic/components'; import { PureComponent } from 'react'; import FollowButton from 'calypso/blocks/follow-button/button'; export default class FollowButtonExample extends PureComponent { static displayName = 'FollowButtonExample'; render() { return (

With custom label

); } }