> For the complete documentation index, see [llms.txt](https://roudi.gitbook.io/guia-navigation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://roudi.gitbook.io/guia-navigation/using-guia/the-lore/navigation-node/screen.md).

# Screen

A `Screen` doesn't necessarily mean a full screen page. The dimensions of the screen are controlled by the container it's hosted in and its own dimensions. But it's a convenient name for defining a UI that isn't a `BottomSheet` or a `Dialog`.

```kotlin
class Screen(
    override val content: @Composable () -> Unit
) : NavigationNode
```

<div><figure><img src="/files/ESVIsSUa59leWME0J9FW" alt=""><figcaption></figcaption></figure> <figure><img src="/files/dPftFLWHhzFxOEZkLD7L" alt=""><figcaption></figcaption></figure> <figure><img src="/files/iI7Qh3MvhzWJ9SMIYSRa" alt=""><figcaption></figcaption></figure></div>
