layout from Roassal
# RoassalLayouts
[](https://github.com/pharo-graphics/RoassalLayouts/actions/workflows/runTests.yml)

[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
[*Chat with us on #Roassal*](https://discord.gg/QewZMZa)
Layouts from Roassal, they used to be included with roassal repository.
Some layouts are
- Grid
- Flow
- Tree
- Sugiyama
- Force based
Load
```st
Metacello new
baseline: 'RoassalLayouts';
repository: 'github://pharo-graphics/RoassalLayouts';
load.
```