Note that the background appears white in these instances because currently the Tabs instances inside the instructor center are always in a Card component, but the background color is transparent.
Proposed changes
None, promote to egghead-ui as is. Mocks show an example with the entire tabs in a Card, and just the tab bodies in a Card which both are already possible with current implementation:
Vojta has proposed promoting the instructor center
Tabs
component to egghead-ui in his latest styleguide mocks: https://egghead.invisionapp.com/d/main#/console/10384631/225150686/comments/79600739Current
https://github.com/eggheadio/egghead-instructor-center/blob/master/src/components/Tabs/index.js
Mobile:
Note that the background appears white in these instances because currently the
Tabs
instances inside the instructor center are always in aCard
component, but the background color is transparent.Proposed changes
None, promote to egghead-ui as is. Mocks show an example with the entire tabs in a
Card
, and just the tab bodies in aCard
which both are already possible with current implementation: