Created
May 22, 2018 11:45
-
-
Save teltploek/01b5c2989c045f152fcf900010bdd518 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const steps = [ | |
{ | |
number: 1, | |
title: 'Oplysninger om dig', | |
state: 'completed' | |
}, | |
{ | |
number: 2, | |
title: 'Kontaktoplysninger', | |
state: 'active' | |
}, | |
{ | |
number: 3, | |
title: 'Uddannelse', | |
state: 'unreached' | |
}, | |
{ | |
number: 4, | |
title: 'Beskæftigelse', | |
state: 'unreached' | |
}, | |
{ | |
number: 5, | |
title: 'Bekræft', | |
state: 'unreached' | |
} | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment