Skip to content

Instantly share code, notes, and snippets.

@nicolasleal570
Last active September 9, 2020 20:26
Show Gist options
  • Save nicolasleal570/4264bd80697015f793b9f38b09dfc9bc to your computer and use it in GitHub Desktop.
Save nicolasleal570/4264bd80697015f793b9f38b09dfc9bc to your computer and use it in GitHub Desktop.
Multi Step Form
import React from "react";
import "./styles.css";
import { StepperForm } from "./components";
export default function App() {
return (
<div className="App">
<StepperForm />
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment