Update docs, little optimizations, inline style anims

This commit is contained in:
Insality
2023-07-15 12:35:05 +03:00
parent 38c117b9d8
commit 337090e74c
9 changed files with 53 additions and 92 deletions

View File

@@ -138,7 +138,7 @@ Here is full **Druid** components list.
### Extended components
> Extended components before usage should be registered in **Druid** with `druid.register()` function.
> Extended components before usage should be registered in **Druid** with [`druid.register()`](https://insality.github.io/druid/modules/Druid.html#druid.register) function.
> On usage of unregistered **Druid** component the next log will be shown in the console.
```
local data_list = require("druid.extended.data_list")