Skip to content

feat(astal4): add the RotatedBin widget#441

Open
kotontrion wants to merge 1 commit into
mainfrom
feat/RotatedBin
Open

feat(astal4): add the RotatedBin widget#441
kotontrion wants to merge 1 commit into
mainfrom
feat/RotatedBin

Conversation

@kotontrion

Copy link
Copy Markdown
Collaborator

Adds a RotatedBin widget, which can rotate its children by a given angle.

Example

      <Astal.RotatedBin angle={90} >
              <label label="Welcome to AGS!"/>
      </Astal.RotatedBin>

Caveats

It currently forces the children to be at their minimum requested size, otherwise the size negotiations get unpredictable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant