Skip to content

Prime components

from almasix.orbit.schemas import Text, Icon, Image, UnorderedList
Text.make("Hello")
Icon.make("heroicon-o-home")
Image.make().url("/logo.png")
UnorderedList.make().items(["One", "Two"])

Text prime (light)

Text prime (dark)