Skip to content

Commit b927dad

Browse files
some code examples
1 parent e1e8fad commit b927dad

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,19 @@ TODO: install guide
3636
## Usage
3737

3838
### Basic usage
39-
TODO
39+
`HorizontalHelpWidget()`
4040

4141
### Customization
42-
TODO: (UI layout, theming)
42+
You can add widget floating above your app like that:
43+
```
44+
OverlayWidget(
45+
alignment: alignment,
46+
overlayWidget: HorizontalHelpWidget(),
47+
child: MyApp(),
48+
)
49+
```
50+
51+
TODO: theming (not implemented yet)
4352

4453
### Localization
4554
TODO: unimplemented

0 commit comments

Comments
 (0)