-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #455 from cheeto-bandito/bug/button-link
SUGCON 2024: Navigation Link Placeholder
- Loading branch information
Showing
25 changed files
with
637 additions
and
208 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
32 changes: 32 additions & 0 deletions
32
...Project/Sugcon2024/Sugcon/src/stories/components/Basic Components/Link.Button.stories.tsx
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import { Meta, StoryObj } from '@storybook/react'; | ||
import { Button as ButtonLink } from '../../../components/Basic Components/Link'; | ||
const meta = { | ||
title: 'Basic Components/Link', | ||
component: ButtonLink, | ||
parameters: { | ||
layout: 'centered', | ||
}, | ||
tags: ['autodocs'], | ||
argTypes: {}, | ||
} satisfies Meta<typeof ButtonLink>; | ||
export default meta; | ||
type Story = StoryObj<typeof meta>; | ||
|
||
export const Button: Story = { | ||
name: 'Button', | ||
args: { | ||
params: { | ||
styles: '', | ||
}, | ||
fields: { | ||
Link: { | ||
value: { | ||
href: 'https://www.google.com', | ||
text: 'Register Now', | ||
linktype: 'external' | ||
}, | ||
}, | ||
}, | ||
}, | ||
}; | ||
|
This file contains 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
This file contains 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
31 changes: 0 additions & 31 deletions
31
...s/Branches/Sugcon2024/Basic Components/Available Headless Sugcon2024 Renderings/_name.yml
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
...on2024/Basic Components/Basic Components Headless Site Setup/Add Available Renderings.yml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.