feat(shared): Add kiosk mode to tabbed examples
This commit is contained in:
parent
f9de3f6990
commit
3ed61f56e1
2 changed files with 44 additions and 14 deletions
|
@ -141,7 +141,9 @@ export const TabbedExample = ({
|
|||
|
||||
return (
|
||||
<div className="my-8">
|
||||
<Tabs tabs={tabNames.join(', ')}>{tabs}</Tabs>
|
||||
<Tabs tabs={tabNames.join(', ')} withModal>
|
||||
{tabs}
|
||||
</Tabs>
|
||||
{caption && (
|
||||
<div className="text-center italic -mt-4">
|
||||
<Md>{caption}</Md>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue