Added blog

This commit is contained in:
Will McGugan
2022-11-06 15:41:12 +00:00
parent ae61749a8d
commit a46eda2fa0
42 changed files with 212 additions and 109 deletions

View File

@@ -1,3 +1,35 @@
# Reference
A reference to the Textual public APIs.
Welcome to the Textual Reference.
<div class="grid cards" markdown>
- :octicons-book-16:{ .lg .middle } __Events__
---
Events are how Textual communicates with your application.
:octicons-arrow-right-24: [Events Reference](../events/index.md)
- :octicons-book-16:{ .lg .middle } __Styles__
---
All the styles you can use to take your Textual app to the next level.
[:octicons-arrow-right-24: Styles Reference](../styles/index.md)
- :octicons-book-16:{ .lg .middle } __Widgets__
---
How to use the many widgets builtin to Textual.
:octicons-arrow-right-24: [Widgets Reference](../widgets/index.md)
</div>