basxsoftwareassociation / bread

Engine to create database applications based on Django and the IBM Carbon Design System
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

Add an implementation for carbon tiles #123

Closed saemideluxe closed 2 years ago

saemideluxe commented 2 years ago

See https://the-carbon-components.netlify.app/?nav=tile I think only the normal tile and the expandable tile need to be implemented. The grid version can be ignored I think, it only seems to require that all rows will be wrapped with a div like this:

<div class="bx--tile-container" style="width: 100%">
    <div class="bx-row"> (e.g. here the expandable tile) </div>
    <div class="bx-row"> ... </div>
</div>
dward2nd commented 2 years ago

Done in #129.