Skip to content

Commit ba54cdc

Browse files
committed
Add example links with description
1 parent de6ca12 commit ba54cdc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

examples/questionnaire/Example.vue

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
id: 'first_name',
9191
tagline: "Hi! Welcome to our demo survey 😊",
9292
title: 'What is your first name?',
93+
description: 'Some description',
9394
link: [
9495
new LinkOption({
9596
url: "https://www.ditdot.hr/",
@@ -107,13 +108,23 @@
107108
id: 'email',
108109
tagline: "Nice to meet you 👀, let's continue",
109110
title: "Provide an example email.",
111+
link: [
112+
new LinkOption({
113+
url: "https://www.ditdot.hr/",
114+
anchor: 'I am a DITDOT official page link',
115+
}),
116+
new LinkOption({
117+
url: "https://github.com/ditdot-dev/vue-flow-form",
118+
})
119+
],
110120
type: QuestionType.Email,
111121
required: true,
112122
placeholder: 'Start typing here...'
113123
}),
114124
new QuestionModel({
115125
id: 'phone',
116126
title: 'Doing great! 👍 Go ahead and try with a phone number.',
127+
description: 'Some description',
117128
type: QuestionType.Phone,
118129
required: true,
119130
mask: '(###) ###-####'

0 commit comments

Comments
 (0)