stevesims / govuk-frederic

https://stevesims.github.io/govuk-frederic/
MIT License
3 stars 1 forks source link

Table unused props #10

Closed gavinorland closed 6 years ago

gavinorland commented 6 years ago

In the Table component it looks like TableHeading is set up to receive rowHeading and columnCount props but doesn't actually do anything with them - I'm wondering if this functionality can be removed.

stevesims commented 6 years ago

They are used when styling TableHeading for how width gets derived.