세부타입설정

This commit is contained in:
kjs
2025-10-14 16:45:30 +09:00
parent 8bc8df4eb8
commit a2c3737f7a
25 changed files with 1724 additions and 306 deletions

View File

@@ -12,6 +12,7 @@ export const INPUT_CLASSES = {
focus:border-orange-500 focus:ring-2 focus:ring-orange-100
disabled:bg-gray-100 disabled:text-gray-400 disabled:cursor-not-allowed
placeholder:text-gray-400
max-w-full overflow-hidden
`,
// 선택된 상태
@@ -31,7 +32,7 @@ export const INPUT_CLASSES = {
// 컨테이너
container: `
relative w-full
relative w-full max-w-full overflow-hidden
`,
// textarea
@@ -43,6 +44,7 @@ export const INPUT_CLASSES = {
focus:border-orange-500 focus:ring-2 focus:ring-orange-100
disabled:bg-gray-100 disabled:text-gray-400 disabled:cursor-not-allowed
resize-vertical
max-w-full overflow-hidden
`,
// select
@@ -54,11 +56,12 @@ export const INPUT_CLASSES = {
focus:border-orange-500 focus:ring-2 focus:ring-orange-100
disabled:bg-gray-100 disabled:text-gray-400 disabled:cursor-not-allowed
cursor-pointer
max-w-full overflow-hidden
`,
// flex 컨테이너 (email, tel, url 등)
flexContainer: `
flex items-center gap-2 w-full h-10
flex items-center gap-2 w-full h-10 max-w-full overflow-hidden
`,
// 구분자 (@ , ~ 등)