0.0.28 • Published 7 months ago

da-react-components v0.0.28

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

react-ui-components

※ 開発中のため破壊的な変更が都度入ります。実験中です。

Figma(デザインシステム)とのバージョン対応表

Figmaのバージョンnpmのバージョン
1.3.40.0.26
1.3.30.0.13

事業者向け

セットアップ

1. インストール

$ npm install da-react-components

2. tailwind.config.js を編集

/** @type {import('tailwindcss').Config} */
export default {
  content: [
    './node_modules/da-react-components/dist/**/*.{js,ts,jsx,tsx}',
  ],
  plugins: [require('@digital-go-jp/tailwind-theme-plugin')],
}

3. globals.css / index.css を編集

※ あくまで一例です。

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
  body {
    font-family: 'Noto Sans JP', -apple-system, blinkmacsystemfont, 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'BIZ UDPGothic', meiryo, sans-serif;

    @apply text-body-lg;
  }
}

開発者向け

セットアップ

$ npm install

ビルド

$ npm run build

Storybook

$ npm run storybook
0.0.28

7 months ago

0.0.26

8 months ago

0.0.24

8 months ago

0.0.23

8 months ago

0.0.22

8 months ago

0.0.21

8 months ago

0.0.20

8 months ago

0.0.19

8 months ago

0.0.18

8 months ago

0.0.17

9 months ago

0.0.15

9 months ago

0.0.13

9 months ago

0.0.12

9 months ago

0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago