Useful for driving users to a single destination in a webapp
Last updated 4 years ago
import React from 'react'; import CallToAction from 'q3-ui/lib/callToAction'; export default () => ( <CallToAction title="Whoa!" description="Have you checked this out yet?" to="/" buttonText="Learn more" fluid={{ src: 'https://images.com/fake.png', }} /> );