0.1.24 • Published 2 years ago
da-ui-components v0.1.24
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
2 years ago
0.1.10
2 years ago
0.1.11
2 years ago
0.1.12
2 years ago
0.1.13
2 years ago
0.1.14
2 years ago
0.1.15
2 years ago
0.1.20
2 years ago
0.1.21
2 years ago
0.1.23
2 years ago
0.1.16
2 years ago
0.1.8
2 years ago
0.1.17
2 years ago
0.1.7
2 years ago
0.1.18
2 years ago
0.1.19
2 years ago
0.1.9
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago
0.0.1
2 years ago