mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Renamed Md docs (for ordering)
This commit is contained in:
46
docs_md/01-components.md
Normal file
46
docs_md/01-components.md
Normal file
@@ -0,0 +1,46 @@
|
||||
# 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
|
||||
|
||||
## Hover
|
||||
Trigger component for check node hover state
|
||||
|
||||
## Input
|
||||
Component to process user text input
|
Reference in New Issue
Block a user