Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BarRaider committed Mar 9, 2019
1 parent 2e14447 commit a92c256
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ Note: This library is still being updated. Make sure to follow this repository o

## Usage
### Common Use-case
This section is relevant for the majority of controls. There are a few different controls (such as the CheckBox or FilePicker) that require additional steps, as indicated below.
Example:
This section is relevant for the majority of controls. There are a few different controls (such as the CheckBox or FilePicker) that require additional steps, as indicated below.
Example1:
```
<input class="sdProperty" id="lastName" oninput="setSettings()">
```

Example2:
```
<select class="sdProperty" id="refreshSeconds" oninput="setSettings()">
<option value="1">1 Second</option>
<option value="15">15 Seconds</option>
Expand Down

0 comments on commit a92c256

Please sign in to comment.