Website Structure

This commit is contained in:
supalerk-ar66 2026-01-13 10:46:40 +07:00
parent 62812f2090
commit 71f0676a62
22365 changed files with 4265753 additions and 791 deletions

View file

@ -0,0 +1 @@
{"type":"component","meta":{"docsUrl":"https://v2.quasar.dev/layout/page"},"props":{"padding":{"type":"Boolean","desc":"Applies a default responsive page padding","category":"content"},"style-fn":{"type":"Function","desc":"Override default CSS style applied to the component (sets minHeight); Function(offset: Number) => CSS props/value: Object; For best performance, reference it from your scope and do not define it inline","params":{"offset":{"type":"Number","desc":"Header + Footer height (in pixels)"},"height":{"type":"Number","desc":"Value in pixels of container height (if containerized) or window height otherwise"}},"returns":{"type":"Object","desc":"Object with CSS properties to apply to Page DOM element"},"examples":["(offset, height) => ({ minHeight: offset + 'px' })"],"category":"style"}},"slots":{"default":{"desc":"Default slot in the devland unslotted content of the component"}}}