mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Remove html api, update docs
This commit is contained in:
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user