Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Remove storybook example files
Browse files Browse the repository at this point in the history
  • Loading branch information
joekrump committed Oct 18, 2023
1 parent ce3583b commit 453c794
Show file tree
Hide file tree
Showing 19 changed files with 12 additions and 428 deletions.
2 changes: 1 addition & 1 deletion app/javascript/components/PageTitle.stories.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import PageTitle from './PageTitle.svelte';
export const meta = {
title: 'Example Page Title',
title: 'Components/PageTitle',
component: PageTitle,
argTypes: {
children: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
import { Meta } from '@storybook/addon-docs';
import Code from './assets/code-brackets.svg';
import Colors from './assets/colors.svg';
import Comments from './assets/comments.svg';
import Direction from './assets/direction.svg';
import Flow from './assets/flow.svg';
import Plugin from './assets/plugin.svg';
import Repo from './assets/repo.svg';
import StackAlt from './assets/stackalt.svg';

<Meta title="Example/Introduction" />
<Meta title="Introduction" />

<style>
{`
Expand Down Expand Up @@ -131,7 +123,6 @@ We recommend building UIs with a [**component-driven**](https://componentdriven.
href="https://storybook.js.org/docs/react/addons/addon-types"
target="_blank"
>
<img src={Plugin} alt="plugin" />
<span>
<strong>Presets for popular tools</strong>
Easy setup for TypeScript, SCSS and more.
Expand All @@ -142,7 +133,6 @@ We recommend building UIs with a [**component-driven**](https://componentdriven.
href="https://storybook.js.org/docs/react/configure/webpack"
target="_blank"
>
<img src={StackAlt} alt="Build" />
<span>
<strong>Build configuration</strong>
How to customize webpack and Babel
Expand All @@ -153,7 +143,6 @@ We recommend building UIs with a [**component-driven**](https://componentdriven.
href="https://storybook.js.org/docs/react/configure/styling-and-css"
target="_blank"
>
<img src={Colors} alt="colors" />
<span>
<strong>Styling</strong>
How to load and configure CSS libraries
Expand All @@ -164,7 +153,6 @@ We recommend building UIs with a [**component-driven**](https://componentdriven.
href="https://storybook.js.org/docs/react/get-started/setup#configure-storybook-for-your-stack"
target="_blank"
>
<img src={Flow} alt="flow" />
<span>
<strong>Data</strong>
Providers and mocking for data libraries
Expand All @@ -176,28 +164,32 @@ We recommend building UIs with a [**component-driven**](https://componentdriven.

<div className="link-list">
<a className="link-item" href="https://storybook.js.org/docs" target="_blank">
<img src={Repo} alt="repo" />
<span>
<strong>Storybook documentation</strong>
Configure, customize, and extend
</span>
</a>
<a className="link-item" href="https://storybook.js.org/tutorials/" target="_blank">
<img src={Direction} alt="direction" />
<a
className="link-item"
href="https://storybook.js.org/tutorials/"
target="_blank"
>
<span>
<strong>In-depth guides</strong>
Best practices from leading teams
</span>
</a>
<a className="link-item" href="https://github.com/storybookjs/storybook" target="_blank">
<img src={Code} alt="code" />
<a
className="link-item"
href="https://github.com/storybookjs/storybook"
target="_blank"
>
<span>
<strong>GitHub project</strong>
View the source and add issues
</span>
</a>
<a className="link-item" href="https://discord.gg/storybook" target="_blank">
<img src={Comments} alt="comments" />
<span>
<strong>Discord chat</strong>
Chat with maintainers and the community
Expand Down
51 changes: 0 additions & 51 deletions stories/Button.stories.js

This file was deleted.

42 changes: 0 additions & 42 deletions stories/Button.svelte

This file was deleted.

35 changes: 0 additions & 35 deletions stories/Header.stories.js

This file was deleted.

51 changes: 0 additions & 51 deletions stories/Header.svelte

This file was deleted.

27 changes: 0 additions & 27 deletions stories/Page.stories.js

This file was deleted.

63 changes: 0 additions & 63 deletions stories/Page.svelte

This file was deleted.

1 change: 0 additions & 1 deletion stories/assets/code-brackets.svg

This file was deleted.

Loading

0 comments on commit 453c794

Please sign in to comment.