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:
Karel Hala 2021-05-31 17:39:51 +02:00 committed by Sanne Raymaekers
parent 06d4fd718b
commit c040b004ad
14 changed files with 468 additions and 106 deletions

View file

@ -0,0 +1,10 @@
export default {
name: 'review',
title: 'Review',
fields: [
{
name: 'review',
component: 'review'
}
]
};