Back to React Native Web

Macros

packages/react-native-web-docs/src/includes/fragments/macros.html

0.21.2505 B
Original Source

{% macro button(text, href) %} {{ text }} {% endmacro %} {% macro docbutton(text, href) %} {{ '/src/includes/assets/svg/documents.svg' | svgContents("w-full fill-current") | safe }} {{ text }} {% endmacro %} {% macro codebutton(text, href) %} $ {{ text }} {% endmacro %} {% macro prop(name, type) %}

{{ name }} {%- if type != null -%}: {{ type }}{%- endif %} {{ caller() }} {% endmacro %} {% macro codesandbox(path = '/') %} {% endmacro %}