Skip to content

Commit 140a44a

Browse files
committed
stepper component created
1 parent 6c99558 commit 140a44a

13 files changed

Lines changed: 9173 additions & 15242 deletions

File tree

example/src/App.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,8 @@ import React from 'react';
22
import './App.css';
33
import MyLibrary from "vertical-stepper";
44
function App() {
5-
const myLibraryInstance = new MyLibrary();
6-
console.log("myLibraryInstance", myLibraryInstance);
7-
myLibraryInstance.myMethod();
85
return (
9-
<>
10-
<div className="App">
11-
<h1>Hello World!</h1>
12-
</div>
13-
</>
6+
<MyLibrary />
147
);
158
}
169

0 commit comments

Comments
 (0)