helmet.py 220 B

1234567891011121314
  1. """Helmet component module."""
  2. from reflex.components.component import Component
  3. class Helmet(Component):
  4. """A helmet component."""
  5. library = "react-helmet@6.1.0"
  6. tag = "Helmet"
  7. helmet = Helmet.create