We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c984f commit 8496e0dCopy full SHA for 8496e0d
1 file changed
hyperdiv_docs/pages/introduction/docs_overview.py
@@ -30,6 +30,19 @@ def docs_overview():
30
"""
31
)
32
33
+ hd.markdown("### Extending Hyperdiv", font_color="blue")
34
+
35
+ hd.markdown(
36
+ """
37
38
+ The [Extending Hyperdiv](/extending-hyperdiv) section
39
+ dives into various ways to customize and extend Hyperdiv
40
+ components, and build new components with custom
41
+ Javascript, HTML, and CSS.
42
43
44
+ )
45
46
hd.markdown("### Reference", font_color="blue")
47
48
hd.markdown(
0 commit comments