revamp template
This commit is contained in:
13
src/layouts/demo2/Demo2LayoutConfig.ts
Normal file
13
src/layouts/demo2/Demo2LayoutConfig.ts
Normal file
@ -0,0 +1,13 @@
|
||||
import { type ILayoutConfig } from '@/providers';
|
||||
|
||||
// Defining the layout configuration specific to Demo2 layout
|
||||
const Demo2LayoutConfig: ILayoutConfig = {
|
||||
name: 'demo2-layout', // Unique name identifier for this layout
|
||||
options: {
|
||||
header: {
|
||||
stickyOffset: 200 // Offset value (in pixels) that determines when the header becomes sticky on scroll
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export { Demo2LayoutConfig };
|
||||
Reference in New Issue
Block a user