Skip to content

Commit

Permalink
add section on working with screens
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat authored and Patrick committed Feb 7, 2021
1 parent 830a02e commit cf12acd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@ ray('this is also sent');

### Working with screens

_TODO: screens section_
Ray can create or clear new screens of information.

```js
ray().newScreen();

ray().newScreen('my new screen');

ray().clearScreen();

ray().clearAll();
```

### App visibility

Expand Down

0 comments on commit cf12acd

Please sign in to comment.