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