Backpack panel component.
Check the main Readme for a complete installation guide.
import BpkPanel from '@skyscanner/backpack-web/bpk-component-panel';
export default () => (
<BpkPanel>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean
commodo ligula eget dolor. Aenean massa. Cum sociis natoque
penatibus et magnis dis parturient montes, nascetur ridiculus mus.
</BpkPanel>
);
Property | PropType | Required | Default Value |
---|---|---|---|
children | - | true | - |
padded | bool | false | true |
fullWidth | bool | false | false |
className | string | false | null |