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"])Preview
Section titled “Preview”

You are viewing documentation for 0.x, which is not the latest version.Switch to 0.x (latest) →
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"])
