# Window Documentation ## Installation ```bash jsrepo add ui/window ``` ## Components ### Root The root window component. Renders a styled window with optional children. #### Props | Prop | Type | Default Value | Required | Bindable | Description | |------|------|--------------|----------|----------|-------------| | children | Snippet | - | false | false | The content of the window. |