import{_ as a,c as s,o as i,a4 as e}from"./chunks/framework.nQaBHiNx.js";const E=JSON.parse('{"title":"Frame","description":"","frontmatter":{},"headers":[],"relativePath":"references/frame.md","filePath":"references/frame.md","lastUpdated":null}'),t={name:"references/frame.md"},n=e(`

Frame

Frames are elements in Basalt used for organizing user interfaces. Unlike BaseFrames, Frames always require a parent container.

Frame inherit from Container, VisualElement and BasicElement

Example

Click to see example
lua
local basalt = require("basalt")

local main = basalt.addFrame() -- This is a Baseframe
local subFrame = main:addFrame() -- This is a Frame

basalt.autoUpdate()
`,5),l=[n];function h(r,p,k,d,o,m){return i(),s("div",null,l)}const g=a(t,[["render",h]]);export{E as __pageData,g as default};