Sha256: 4419507890867ec709d51bdc1f2af1b043718dc462fe9cfe150ea1891928ea91
Contents?: true
Size: 906 Bytes
Versions: 7
Compression:
Stored size: 906 Bytes
Contents
import React from 'react'; import { EmptyState, FooterHelp, Layout, Link } from '@shopify/polaris'; import EmbeddedPage from './Shared/EmbeddedPage'; const HomePage = props => ( <EmbeddedPage title="Welcome" {...props}> <EmptyState action={{ content: 'Polaris docs', external: true, url: 'https://polaris.shopify.com/' }} heading="Booyah!" image="https://cdn.shopify.com/s/files/1/0757/9955/files/empty-state.svg" > <p>Time to build a killer UI</p> </EmptyState> <Layout.Section> <FooterHelp> Learn more about{' '} <Link url="https://www.discolabs.com/" external> Disco </Link> 's{' '} <Link url="https://www.discolabs.com/" external> [Disco app] </Link> . </FooterHelp> </Layout.Section> </EmbeddedPage> ); export default HomePage;
Version data entries
7 entries across 7 versions & 1 rubygems