Slide 26
Slide 26 text
UIデザインと開発でやったこと
Chakra UIに組み込む
既存コンポーネントの拡張 export const = {
: {
: {
fontSize: '4xl',
fontWeight: 'light',
lineHeight: 10,
},
: {
fontSize: '3xl',
fontWeight: 'normal',
lineHeight: 10,
},
'2xl': {
Heading
'4xl'
'3xl'
sizes
テキストスタイルなどを のvariantに
割り当てていく。
Chakra UI