Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 04d7ace

Browse files
author
Kamil Kisiela
committed
docs(input): min, max and step
1 parent ae2d5c8 commit 04d7ace

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

docs/types/input.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# input
2-
## md-input
1+
input
2+
=====
33

4-
## Example
4+
md-input
5+
--------
6+
7+
Example
8+
-------
59

610
```javascript
711
{
@@ -17,10 +21,22 @@
1721

1822
### Configuration
1923

20-
#### templateOptions.type _: string_
24+
#### templateOptions.type *: string*
25+
26+
#### templateOptions.label *: string*
27+
28+
#### templateOptions.theme *: string*
29+
30+
Value of md-theme directive
31+
32+
#### templateOptions.step *: number*
33+
34+
only if templateOptions.type is 'number'
35+
36+
#### templateOptions.min *: number*
2137

22-
#### templateOptions.label _: string_
38+
only if templateOptions.type is 'number'
2339

24-
#### templateOptions.theme _: string_
40+
#### templateOptions.max *: number*
2541

26-
Value of md-theme directive
42+
only if templateOptions.type is 'number'

0 commit comments

Comments
 (0)