Add all steps and write review step
Basic steps with text inputs to test the navigation and formatting, add final review step component to show all values
This commit is contained in:
parent
06d4fd718b
commit
c040b004ad
14 changed files with 468 additions and 106 deletions
10
src/Components/CreateImageWizard/steps/review.js
Normal file
10
src/Components/CreateImageWizard/steps/review.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
export default {
|
||||
name: 'review',
|
||||
title: 'Review',
|
||||
fields: [
|
||||
{
|
||||
name: 'review',
|
||||
component: 'review'
|
||||
}
|
||||
]
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue