Remove html api, update docs

This commit is contained in:
Insality
2025-03-20 00:26:29 +02:00
parent f786b20951
commit 10556ba31a
69 changed files with 294 additions and 17870 deletions

View File

@@ -16,6 +16,7 @@ Every component is a child of the Basic Druid component. You can call methods of
## Custom Components
### Basic Component Template
A basic custom component template looks like this (you can copy it from `/druid/templates/component.template.lua`):
```lua
@@ -39,6 +40,7 @@ return M
```
Then you can create your custom component with Druid:
```lua
local druid = require("druid.druid")