MCPcopy Index your code
hub / github.com/codingforentrepreneurs/full-stack-python / feature_item

Function feature_item

full_stack_python/pages/pricing.py:5–11  ·  view source on GitHub ↗
(feature: str)

Source from the content-addressed store, hash-verified

3from ..ui.base import base_page
4
5def feature_item(feature: str) -> rx.Component:
6 return rx.hstack(
7 rx.icon(
8 "check", color=rx.color("blue", 9), size=21
9 ),
10 rx.text(feature, size="4", weight="regular"),
11 )
12
13
14def standard_features() -> rx.Component:

Callers 2

standard_featuresFunction · 0.85
popular_featuresFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected