Open6

フロントエンド勉強会-23/12/20

もっくんもっくん

Mantine V7に移行した所感

https://mantine.dev

  • ほとんどが「string型からstring | null型に変更」もしくは「iconがleftSectionに文言変更」だった
  • RangeCalendarコンポーネントは破壊的変更だった
  • 公式ドキュメントのGetting started章global stylesの話を入れて欲しかった(1時間くらい彷徨ってた)

下記のコードをlayout.tsxに貼ればstyleが適用される

import '@mantine/core/styles.css';