Skip to content

Commit

Permalink
chore(styled): update storybook guide
Browse files Browse the repository at this point in the history
  • Loading branch information
naporin0624 committed May 29, 2024
1 parent 95c6f6f commit e4218e1
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions packages/styled/src/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,37 @@ import { Meta, Story } from '@storybook/addon-docs'

<Meta title="styled/README" />

# Install
# @charcoal-ui/styled クイックスタート

## yarn
[![npmバッジ](https://img.shields.io/npm/v/@charcoal-ui/styled?label=%40charcoal-ui%2Ficons&style=flat-square&logo=npm)](https://www.npmjs.com/package/@charcoal-ui/styled)

## インストール

```bash
npm install @charcoal-ui/styled
```

### yarn

```bash
yarn add @charcoal-ui/stlyed
```

### pnpm

```bash
pnpm add @charcoal-ui/styled
```
yarn add @charcoal-ui/styled

### bun

```bash
bun add @charcoal-ui/styled
```

# Usage
## 使い方

`ThemeProvider` `TokenInjector` を使用してください。

```tsx
import { FC, ReactNode } from 'react'
Expand Down

0 comments on commit e4218e1

Please sign in to comment.