Edit
; +} diff --git a/packages/web/src/pages/Settings.tsx b/packages/web/src/pages/Settings.tsx new file mode 100644 index 0000000..03a3f92 --- /dev/null +++ b/packages/web/src/pages/Settings.tsx @@ -0,0 +1,3 @@ +export default function Page() { + returnSettings
; +} diff --git a/packages/web/src/pages/View.tsx b/packages/web/src/pages/View.tsx new file mode 100644 index 0000000..55dc344 --- /dev/null +++ b/packages/web/src/pages/View.tsx @@ -0,0 +1,3 @@ +export default function Page() { + returnView
; +} diff --git a/packages/web/src/stories/Configure.mdx b/packages/web/src/stories/Configure.mdx deleted file mode 100644 index 55c21a8..0000000 --- a/packages/web/src/stories/Configure.mdx +++ /dev/null @@ -1,364 +0,0 @@ -import { Meta } from "@storybook/addon-docs/blocks"; - -import Github from "./assets/github.svg"; -import Discord from "./assets/discord.svg"; -import Youtube from "./assets/youtube.svg"; -import Tutorials from "./assets/tutorials.svg"; -import Styling from "./assets/styling.png"; -import Context from "./assets/context.png"; -import Assets from "./assets/assets.png"; -import Docs from "./assets/docs.png"; -import Share from "./assets/share.png"; -import FigmaPlugin from "./assets/figma-plugin.png"; -import Testing from "./assets/testing.png"; -import Accessibility from "./assets/accessibility.png"; -import Theming from "./assets/theming.png"; -import AddonLibrary from "./assets/addon-library.png"; - -export const RightArrow = () => - - - -Like with web applications, there are many ways to include CSS within Storybook. Learn more about setting up styling within Storybook.
- Learn moreOften when a story doesn't render, it's because your component is expecting a specific environment or context (like a theme provider) to be available.
- Learn moreTo link static files (like fonts) to your projects and stories, use the - `staticDirs` configuration option to specify folders to load when - starting Storybook.
- Learn moreAuto-generate living, - interactive reference documentation from your components and stories.
- Learn morePublish your Storybook to review and collaborate with your entire team.
- Learn moreEmbed your stories into Figma to cross-reference the design and live - implementation in one place.
- Learn moreUse stories to test a component in all its variations, no matter how - complex.
- Learn moreAutomatically test your components for a11y issues as you develop.
- Learn more