Skip to content

Commit 6e24abc

Browse files
committed
Add faIcon to additional forms
1 parent b68764e commit 6e24abc

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

stories/forms/examples/example-login-form.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
export default {
22
id: 'loginForm',
33
title: 'Login Form',
4+
faIcon: {
5+
name: 'sign-in-alt'
6+
},
47
sections: [
58
{
69
id: 'loginSection',

stories/forms/examples/example-rehydrated-form.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
export default {
22
id: 'rehydratedForm',
33
title: 'Rehydrated Form',
4+
faIcon: {
5+
name: 'tint'
6+
},
47
sections: [
58
{
69
id: 'rehydratedSection',

stories/forms/examples/example-simple-form.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
export default {
22
id: 'simpleForm',
33
title: 'Simple Form',
4+
faIcon: {
5+
name: 'align-justify'
6+
},
47
sections: [
58
{
69
id: 'simpleSection',

0 commit comments

Comments
 (0)