Skip to content

Introduction

The following release introduces a zenaura-ui which is integration with tailwind css inside the frameowrk, with a starter components that we plan to extend in the future.

example of component usage :

from zenaura.ui.commons import *
from zenaura.ui.badge import Badge
from zenaura.client.component import Component

class BadgeExample(Component):
  def render(self):
    return Badge("La ilaha illa Allah", {})

The following component display a badge.