0.1.24 • Published 3 years ago

da-ui-components v0.1.24

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ui-components

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

セットアップ

1. インストール

$ npm install da-ui-components

2. tailwind.config.js を編集

/** @type {import('tailwindcss').Config} */
export default {
  content: [
    './node_modules/da-ui-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;
  }
}
0.1.24

3 years ago

0.1.10

3 years ago

0.1.11

3 years ago

0.1.12

3 years ago

0.1.13

3 years ago

0.1.14

3 years ago

0.1.15

3 years ago

0.1.20

3 years ago

0.1.21

3 years ago

0.1.23

3 years ago

0.1.16

3 years ago

0.1.8

3 years ago

0.1.17

3 years ago

0.1.7

3 years ago

0.1.18

3 years ago

0.1.19

3 years ago

0.1.9

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago