Agile育成ブログ
未来を変える喜びを
tailwindcss

ailwindcssチートシート解説(Table)

Border Collapse

Collapse

ClassProperties
.border-collapseborder-collapse: collapse;

Separate

各セルに個別の境界線を表示

ClassProperties
.border-separateborder-collapse: separate;

Table Layout


Auto

列の幅が自動的に設定される

ClassProperties
.table-autotable-layout: auto;

Fixed

列の幅を固定させることができる

ClassProperties
.table-fixedtable-layout: fixed;