ingred-ui icon indicating copy to clipboard operation
ingred-ui copied to clipboard

navigationRailのExpantionMenuItemのtitleをcontentに置換する

Open maktak1995 opened this issue 4 years ago • 1 comments

  • Unionを取っているReact.ComponentPropsWithRef<"div"> のPropが title: string を持っているため、titleにstring以外を設定できなくなってしまっている
  • titleの利用をやめてかわりに独自の content という要素を定義して置き換える

ref: https://github.com/voyagegroup/ingred-ui/pull/177

maktak1995 avatar Sep 17 '20 05:09 maktak1995

childrenの方が良いのかもしれない

youchann avatar Sep 30 '22 06:09 youchann

ref: #1090

penicillin0 avatar Jan 09 '23 13:01 penicillin0

メモ

  • title には ReactNode を渡すことができるようにする
  • ExpansionMenuItem, ExpansionMenu, Menu のそれぞれで同じ方式をとる

takurinton avatar Feb 06 '23 00:02 takurinton