PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
components
/
containers
<?php use BackWPup\Utils\BackWPupHelpers; if ( ! defined( 'ABSPATH' ) ) { exit; } /** * @var string $gap_size The gap size. Values: "small", "medium". Default: "medium". */ # Padding $gap_sizes = [ 'small' => 'gap-2', 'medium' => 'gap-4', ]; $gap_size = $gap_size ?? 'medium'; $gap = array_key_exists($gap_size, $gap_sizes) ? $gap_sizes[$gap_size] : $gap_sizes['medium']; ?> <div class="relative flex-auto overflow-y-auto"> <div class="<?php echo esc_attr( BackWPupHelpers::clsx( "absolute w-full flex flex-col", $gap ) ); ?>">
[-] scrollable-end.php
[edit]
[-] accordion.php
[edit]
[-] white-box.php
[edit]
[-] modal.php
[edit]
[-] sidebar.php
[edit]
[-] form-start.php
[edit]
[-] grey-box.php
[edit]
[+]
..
[-] max-screen.php
[edit]
[-] scrollable-start.php
[edit]
[-] form-end.php
[edit]
[-] green-box.php
[edit]