Skip to content

Commit f414bf4

Browse files
docs: update README.md with dots
1 parent dd1e107 commit f414bf4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,31 +95,31 @@ configuration.selectedEmojiCategoryTintColor = .systemRed
9595

9696
### Arrow direction
9797

98-
The direction of the arrow for EmojiPicker. The default value of this property is `.up`
98+
The direction of the arrow for EmojiPicker. The default value of this property is `.up`.
9999

100100
```swift
101101
configuration.arrowDirection = .up
102102
```
103103

104104
### Horizontal inset
105105

106-
Inset from the `sourceView` border. The default value of this property is `0`
106+
Inset from the `sourceView` border. The default value of this property is `0`.
107107

108108
```swift
109109
configuration.horizontalInset = 0
110110
```
111111

112112
### Is dismiss after choosing
113113

114-
Defines whether to dismiss emoji picker or not after choosing. The default value of this property is `true`
114+
Defines whether to dismiss emoji picker or not after choosing. The default value of this property is `true`.
115115

116116
```swift
117117
configuration.isDismissAfterChoosing = true
118118
```
119119

120120
### Custom height
121121

122-
Custom height for EmojiPicker. The default value of this property is `nil`
122+
Custom height for EmojiPicker. The default value of this property is `nil`.
123123

124124
```swift
125125
configuration.customHeight = 300

0 commit comments

Comments
 (0)