-
Notifications
You must be signed in to change notification settings - Fork 14
Components
Gunnar edited this page Mar 19, 2026
·
1 revision
- Arranges items in a horizontal space
- Align items vertically
- weighted item arrangement
- Arranges items in a horizontal line, breaking the line when items no longer fit and fills the next, until vertical space is filled or there are no more items.
- Weighted items in each Row
- Arrange items horizontally in Row line
- Align items vertically in each Row line
- Arrange lines vertically
- 🚧 vertical fill modifier (filling available height in row)
- Arranges items in a vertical space
- Align items horizontally
- weighted item arrangement
- Arranges items in a vertical column, breaking the column when items no longer fit and fills the next, until horizontal space is filled or there are no more items.
- Weighted items in each Column
- Arrange items vertically in Column
- Align items horizontally in each Column
- Arrange lines horizontally
- 🚧 horizontal fill modifier (filling available width in column)
- Aligns items using the given option
- Optionally propagate min constraints
- On Click callback
- Interaction across multiple slots
- 🚧 sound on interaction
Allows to select one from multiple available options.
- scroll to select option
- right-click to submit selected option
This makes use of bundle quick access functionality.
- ItemStackSnapshot icon
- 🚧 easier item model support?
- Stack input
- Supports Click Events (Spigot)
- Supports Drag Events (Spigot)
- 🚧 Fabric support
- Navigate between Composables based on Navigation Key
- Path Arguments via Navigation Key
- Full control over the back stack
- Inspired by Googles Navigation 3 library
- Modify the view title, width, height, type
- Bound to Composable via remember
- Override parent Composable properties