Skip to content

Instantly share code, notes, and snippets.

View kanenathan213's full-sized avatar

Nathan Kane kanenathan213

View GitHub Profile
@kanenathan213
kanenathan213 / sections.js
Last active June 2, 2017 23:25
Sections and steps
const steps = {
gettingStarted: {
slug: 'start',
contentComponent: GettingStarted,
// sectionTitle property is removed
stepType: STEP_TYPES.contentOnly,
},
email: {
slug: 'email',
contentComponent: Email,