body.py 156 B

123456789
  1. """Display the page body."""
  2. from reflex.components.component import Component
  3. class Body(Component):
  4. """A body component."""
  5. tag: str = "body"