Skip to content

Commit

Permalink
docs: update package version and introduction stories
Browse files Browse the repository at this point in the history
  • Loading branch information
Karine Brandelli Padilha committed Dec 30, 2024
1 parent 2125830 commit 509f8e0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flipper-ui",
"version": "0.35.2",
"version": "0.35.3",
"description": "React UI based on the @mui/material toolkit for the web",
"main": "dist/index.js",
"author": "NG",
Expand Down
28 changes: 13 additions & 15 deletions src/stories/Introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,28 @@ import { Meta } from '@storybook/blocks'
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
gap: '16px',
margin: '16px 0 24px'
gap: '48px',
margin: '0 0 24px 0'
}}>
<img width="75" src={imageUrl} alt="flipper-ui logo" />
<h1 align="center">flipper-ui</h1>
</div>

<div align="center">
React UI based on the `@mui/material` toolkit for the web.

[![npm package](https://img.shields.io/npm/v/flipper-ui/latest.svg)](https://www.npmjs.com/package/flipper-ui)
[![npm downloads](https://img.shields.io/npm/dm/flipper-ui.svg)](https://www.npmjs.com/package/flipper-ui)
[![github](https://img.shields.io/badge/github-repository-blue)](https://github.com/nginformatica/flipper-ui)
<img width="85" src={imageUrl} alt="flipper-ui logo" />
<div align="center">
React UI based on the `@mui/material` toolkit for the web.

[![npm package](https://img.shields.io/npm/v/flipper-ui/latest.svg)](https://www.npmjs.com/package/flipper-ui)
[![npm downloads](https://img.shields.io/npm/dm/flipper-ui.svg)](https://www.npmjs.com/package/flipper-ui)
[![github](https://img.shields.io/badge/github-repository-blue)](https://github.com/nginformatica/flipper-ui)
</div>
</div>

## Installation

Flipper-UI is available as an [npm package](https://www.npmjs.com/package/flipper-ui).
`flipper-ui` is available as an [npm package](https://www.npmjs.com/package/flipper-ui).

```sh
npm install flipper-ui
```

```sh
// or

yarn add flipper-ui
```

Expand Down

0 comments on commit 509f8e0

Please sign in to comment.