mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 18:37:44 +02:00
41 lines
586 B
Markdown
41 lines
586 B
Markdown
# Druid components
|
|
|
|
## Button
|
|
Basic game button
|
|
|
|
## Text
|
|
Wrap on text node with text size adjusting
|
|
|
|
## Blocker
|
|
Block input in node zone
|
|
|
|
## Back Handler
|
|
Handle back button (Android, backspace)
|
|
|
|
## Locale
|
|
Text component with handle localization system
|
|
|
|
## Timer
|
|
Run timer on text node
|
|
|
|
## Progress
|
|
Basic progress bar
|
|
|
|
## Scroll
|
|
Basic scroll component
|
|
|
|
## Grid
|
|
Component for manage node positions
|
|
|
|
## Slider
|
|
Basic slider component
|
|
|
|
## Checkbox
|
|
Basic checkbox component
|
|
|
|
## Checkbox group
|
|
Several checkboxes in one group
|
|
|
|
## Radio group
|
|
Several checkboxes in one group with single choice
|