Skip to content

Instantly share code, notes, and snippets.

@teltploek
Created May 22, 2018 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teltploek/01b5c2989c045f152fcf900010bdd518 to your computer and use it in GitHub Desktop.
Save teltploek/01b5c2989c045f152fcf900010bdd518 to your computer and use it in GitHub Desktop.
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