Skip to content

Commit

Permalink
updates to mirror react stories for link
Browse files Browse the repository at this point in the history
  • Loading branch information
guern1kn committed Oct 24, 2019
1 parent 9c3470d commit 90b7067
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const modules = {
providers: [{ provide: APP_BASE_HREF, useValue: '/' }]
};

export const base = () => ({
export const defaultStory = () => ({
moduleMetadata: modules,
template: `
<sprk-link
Expand All @@ -41,6 +41,10 @@ export const base = () => ({
`,
});

defaultStory.story = {
name: 'Default',
};

export const simple = () => ({
moduleMetadata: modules,
template: `
Expand All @@ -55,7 +59,7 @@ export const simple = () => ({
`,
});

export const iconWithText = () => ({
export const iconWithTextLink = () => ({
moduleMetadata: modules,
template: `
<sprk-link
Expand Down

0 comments on commit 90b7067

Please sign in to comment.