Skip to content

Commit

Permalink
fix(intro.mdx): simplify storybook readme
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Nov 2, 2023
1 parent c198c0e commit 60539b9
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions docs/ui/stories/Intro.mdx
Original file line number Diff line number Diff line change
@@ -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 (
<>
<Button>Hello</Button>
</>
);
}
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.

0 comments on commit 60539b9

Please sign in to comment.