diff --git a/.storybook/main.ts:Zone.Identifier b/.storybook/main.ts:Zone.Identifier deleted file mode 100644 index e69de29..0000000 diff --git a/.storybook/preview.ts:Zone.Identifier b/.storybook/preview.ts:Zone.Identifier deleted file mode 100644 index e69de29..0000000 diff --git a/.yarn/install-state.gz:Zone.Identifier b/.yarn/install-state.gz:Zone.Identifier deleted file mode 100644 index e69de29..0000000 diff --git a/public/vite.svg:Zone.Identifier b/public/vite.svg:Zone.Identifier deleted file mode 100644 index e69de29..0000000 diff --git a/src/stories/Configure.mdx b/src/stories/Configure.mdx index 5157090..a714f14 100644 --- a/src/stories/Configure.mdx +++ b/src/stories/Configure.mdx @@ -1,208 +1,147 @@ -import { Meta } from "@storybook/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 how to customize the retro NES look and feel of your components. From pixel-perfect borders to authentic color palettes, make your UI truly nostalgic.
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.
+Understand how to properly integrate NES components with your React application's context providers and state management.
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.
+Access and customize the pixel art assets, fonts, and other resources that make your NES components authentic.
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.
+Explore detailed documentation for each NES component, including props, examples, and usage guidelines.
Learn moreUse stories to test a component in all its variations, no matter how - complex.
+Learn how to write effective tests for your NES components, ensuring they work perfectly in all scenarios.
Learn moreAutomatically test your components for a11y issues as you develop.
+Make your NES components accessible while maintaining their retro aesthetic.
Learn moreTheme Storybook's UI to personalize it to your project.
+Create custom themes for your NES components while preserving their authentic look and feel.
Learn more