kfs214 / ruri-iro

RUri-iro simplifies the creation of customized profile sheets. Users can effortlessly generate personalized profiles by completing a user-friendly form. This includes adding a photo and responding to selected questions, resulting in unique and tailored profile sheets.
https://develop.d1pxjinad17uxp.amplifyapp.com
MIT License
2 stars 1 forks source link

名前が長いときに文字サイズを小さくする #70

Open kfs214 opened 7 months ago

kfs214 commented 7 months ago

名前が長いときに文字サイズを小さくする

Description

名前が長い場合に折り返すと見栄えが悪いため、文字サイズを自動的に調整して1行に収まるようにする 参考:https://github.com/kfs214/womina-eshi/blob/develop/src/features/Home/DynamicFunchan/useFitTextRef.ts ↑refではなくComponentを返却した方が綺麗

Component

<NameInputGroup />

TYPE

style

PRIORITY

1.ENHANCEABLE

DIFFICULTY

1.EASY