Skip to content

v0.2.0-Alpha

Compare
Choose a tag to compare
@FinnIckler FinnIckler released this 05 Jun 14:11
· 33 commits to main since this release

This release adds the Footer, the Header and the UI Icon components. These components would be enough to build the current navbar on the monolith, but it would require injecting a lot of Ruby variables into it.

Header:
The component is build as generic as possible, and takes an array of dropdowns, which in turn takes an array of items/dividers
Screenshot from 2023-06-05 16-06-30
Footer:
The Footer Component takes a list of links, which need a title and a path and can optionally have an icon and a css class.
Screenshot from 2023-06-05 16-05-12