Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ab5f20f

Browse files
author
visualdennis
committed
added multistep to componentspage
1 parent 4506cf9 commit ab5f20f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

‎src/App.js‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,14 @@ AOS.init({
5454
<Route path='/components/pricing-toggle' element={<Pricing></Pricing>}/>
5555
<Route path='/components/testimonials' element={<Testimonials></Testimonials>}/>
5656
<Route path='/components/room-homepage' element={<RoomHome></RoomHome>}/>
57+
<Route path='/components/multi-step-form' element={<MultiStepForm></MultiStepForm>}/>
5758

59+
5860
{/* Pages */}
5961
<Route path='/pages' element={<Pages></Pages>}/>
6062

6163
{/* Working on currently */}
62-
<Route path='/build' element={<MultiStepForm></MultiStepForm>}/>
64+
{/* <Route path='/build' element={<MultiStepForm></MultiStepForm>}/> */}
6365
<Route path='*' element={<Error></Error>}></Route>
6466
</Routes>
6567
</Router>

‎src/components/data.js‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
export const componentCardData = [
2+
{
3+
id:"15",
4+
title: "Multi-step form",
5+
desc: "Modern, fully responsive multi-step form with form validation and state management using React JS",
6+
img: "https://res.cloudinary.com/dz209s6jk/image/upload/f_auto,q_auto,w_475/Challenges/tvh6nxttohpyf5w6o3z8.jpg",
7+
category:"intermediate",
8+
type: "component",
9+
link:"/components/multi-step-form",
10+
},
211
{
312
id:"9",
413
title: "News homepage",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /