import { h, Component } from 'preact'; import PropTypes from 'prop-types'; import Navigation from './Navigation'; import SlideContent from './SlideContent'; import { updateOnboarding } from '../utilities'; class IntroSlide extends Component { constructor(props) { super(props); this.onSubmit = this.onSubmit.bind(this); } componentDidMount() { updateOnboarding('intro slide'); } onSubmit() { const { next } = this.props; next(); } selectVariant(variantId) { this.defaultVariant = (
DEV is where programmers share ideas and help each other grow. 🤓
Ask questions, leave helpful comments, encourage others, and have fun! 🙌
A few {' '} quick questions {' '} for you before you get started...
community!