0.1.24 • Published 10 months ago

da-ui-components v0.1.24

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

10 months ago

0.1.10

11 months ago

0.1.11

11 months ago

0.1.12

10 months ago

0.1.13

10 months ago

0.1.14

10 months ago

0.1.15

10 months ago

0.1.20

10 months ago

0.1.21

10 months ago

0.1.23

10 months ago

0.1.16

10 months ago

0.1.8

11 months ago

0.1.17

10 months ago

0.1.7

11 months ago

0.1.18

10 months ago

0.1.19

10 months ago

0.1.9

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago

0.0.1

11 months ago