Skip to content

Commit 9985ad7

Browse files
Cleanup configuration reference table for monospace fonts
1 parent 4c97ab0 commit 9985ad7

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -73,28 +73,28 @@ struct SwiftUIView: View {
7373

7474
Below you can see all the properties that you can set in the configuration.
7575

76-
| Property | Type | Description |
77-
| ---------- | ------ | ------------ |
78-
| `side` | `TooltipSide` | Side of view that the tooltip should appear on |
79-
| `margin` | `CGFloat` | Margin from the tooltip to the view it's attached to |
80-
| `borderRadius` | `CGFloat` | Rounded border control |
81-
| `borderWidth` | `CGFloat` | Thickness of the border |
82-
| `borderColor` | `Color` | Border color |
83-
| `backgroundColor` | `Color` | Background color inside of the tooltip |
84-
| `contentPaddingLeft` | `CGFloat` | Left padding inside of the tooltip |
85-
| `contentPaddingRight` | `CGFloat` | Right padding inside of the tooltip |
86-
| `contentPaddingTop` | `CGFloat` | Top padding inside of the tooltip |
87-
| `contentPaddingBottom` | `CGFloat` | Bottom padding inside of the tooltip |
88-
| `showArrow` | `Bool` | Whether to show or hide the arrow |
89-
| `arrowWidth` | `CGFloat` | Width of the base of the triangle |
90-
| `arrowHeight` | `CGFloat` | Height of the triangle |
91-
| `enableAnimation` | `Bool` | Whether to bounce the tooltip or not |
92-
| `animationOffset` | `CGFloat` | Delay between tooltip bouncing animations |
93-
| `animationTime` | `Double` | How long should the tooltip bounce last |
76+
| Property | Type | Description |
77+
| ---------------------- | ------------- | ---------------------------------------------------- |
78+
| `side` | `TooltipSide` | Side of view that the tooltip should appear on |
79+
| `margin` | `CGFloat` | Margin from the tooltip to the view it's attached to |
80+
| `borderRadius` | `CGFloat` | Rounded border control |
81+
| `borderWidth` | `CGFloat` | Thickness of the border |
82+
| `borderColor` | `Color` | Border color |
83+
| `backgroundColor` | `Color` | Background color inside of the tooltip |
84+
| `contentPaddingLeft` | `CGFloat` | Left padding inside of the tooltip |
85+
| `contentPaddingRight` | `CGFloat` | Right padding inside of the tooltip |
86+
| `contentPaddingTop` | `CGFloat` | Top padding inside of the tooltip |
87+
| `contentPaddingBottom` | `CGFloat` | Bottom padding inside of the tooltip |
88+
| `showArrow` | `Bool` | Whether to show or hide the arrow |
89+
| `arrowWidth` | `CGFloat` | Width of the base of the triangle |
90+
| `arrowHeight` | `CGFloat` | Height of the triangle |
91+
| `enableAnimation` | `Bool` | Whether to bounce the tooltip or not |
92+
| `animationOffset` | `CGFloat` | Delay between tooltip bouncing animations |
93+
| `animationTime` | `Double` | How long should the tooltip bounce last |
9494

9595
## Contributing
9696

97-
If you like this package but feel that you need more control or custom implmentation - feel free to open an issue, send a pull request or fork the repo!
97+
If you like this package but feel that you need more control or custom implementation - feel free to open an issue, send a pull request or fork the repo!
9898

9999
## Contributors
100100

0 commit comments

Comments
 (0)