このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
tesseract-design
/
react-common
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
1
Wiki
アクティビティ
Common front-end components for Web using the Tesseract design system, written for React.
https://make.modal.sh/tesseract/web/react/common
react
components
web
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
42
コミット
3
ブランチ
3.2 MiB
ツリー:
47a5ee040d
master
refactor/docs
refactor/pridepack-storybook
0.3.0
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'47a5ee040d' から
${ noResults }
react-common
/
packages
/
react-common-docs
/
brand.tsx
brand.tsx
106 B
Raw
通常表示
履歴
Add Next.js + MDX support Implement Next.js MDX Separate the docs from the code and tests.
4年前
1
2
3
4
5
6
7
8
9
const Brand = () => (
<div>
<strong>
Tesseract
</strong>
</div>
)
export default Brand