I use the _custom.scss file to add additional widths, e.g. xxl. It would be nice if all the components supported this, e.g. <Col xxl="4"></Col>
This will mean supporting dynamic props names. Not sure how this is achieved or even if it's possible. I'll do some research.
I use the _custom.scss file to add additional widths, e.g. xxl. It would be nice if all the components supported this, e.g.
<Col xxl="4"></Col>This will mean supporting dynamic props names. Not sure how this is achieved or even if it's possible. I'll do some research.