Skip to content

Instantly share code, notes, and snippets.

View nicolasleal570's full-sized avatar
👽

Nicolas Leal nicolasleal570

👽
View GitHub Profile
@nicolasleal570
nicolasleal570 / App.tsx
Last active September 9, 2020 20:26
Multi Step Form
import React from "react";
import "./styles.css";
import { StepperForm } from "./components";
export default function App() {
return (
<div className="App">
<StepperForm />
</div>