-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #555 from pixiv/naporitan/storybook-foundation-docs
chore(foundation): migrate docs
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
import { Meta } from '@storybook/addon-docs' | ||
|
||
<Meta title="foundation/README" /> | ||
|
||
# @charcoal-ui/foundation クイックスタート | ||
|
||
[![npmバッジ](https://img.shields.io/npm/v/@charcoal-ui/foundation?label=%40charcoal-ui%2Ffoundation&style=flat-square&logo=npm)](https://www.npmjs.com/package/@charcoal-ui/foundation) | ||
|
||
## インストール | ||
|
||
### npm | ||
|
||
```bash | ||
npm install @charcoal-ui/foundation | ||
``` | ||
|
||
### yarn | ||
|
||
```bash | ||
yarn add @charcoal-ui/foundation | ||
``` | ||
|
||
### pnpm | ||
|
||
```bash | ||
pnpm add @charcoal-ui/foundation | ||
``` | ||
|
||
### bun | ||
|
||
```bash | ||
bun add @charcoal-ui/foundation | ||
``` | ||
|
||
## 概要 | ||
|
||
`@charcoal-ui` で利用されるプリミティブな型定義や値を提供します。 |