세부타입설정
This commit is contained in:
@@ -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
|
||||
`,
|
||||
|
||||
// 구분자 (@ , ~ 등)
|
||||
|
||||
Reference in New Issue
Block a user