From 60539b95ef7e827ceaa2f1c6e328d4adf869bc06 Mon Sep 17 00:00:00 2001 From: waldronmatt Date: Wed, 1 Nov 2023 21:19:59 -0400 Subject: [PATCH] fix(intro.mdx): simplify storybook readme --- docs/ui/stories/Intro.mdx | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/docs/ui/stories/Intro.mdx b/docs/ui/stories/Intro.mdx index ccebde76..5acd0104 100644 --- a/docs/ui/stories/Intro.mdx +++ b/docs/ui/stories/Intro.mdx @@ -1,28 +1,3 @@ # Demo UI Components -Welcome to the Demo UI Component Library. - -## Installation - -Install dependencies: - -`pnpm add @waldronmatt/demo-ui` - -## Getting Started - -Used named imports to enable `js` and `css` treeshaking: - -``` - import '@waldronmatt/demo-ui/styles/global.css'; - import { Button } from '@waldronmatt/demo-ui'; - - function App() { - return ( - <> - - - ); - } - - export default App; -``` +Welcome to the Demo UI Component Library. See the [component library readme](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/blob/main/packages/ui/README.md) for more information.