Skip to content

Commit e44f919

Browse files
chore: improved readme style
1 parent 802752d commit e44f919

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ export const AppBodyLargeText: React.FC<PropsWithChildren> = ({children}) => {
215215
<details><summary>App Bars</summary>
216216
<br />
217217
<details><summary>Bottom App Bar</summary>
218+
<br />
218219

219220
**Properties**
220221

@@ -258,10 +259,9 @@ export const MyComponent: React.FC = () => {
258259
259260
```
260261

261-
[bottom app bar](https://ik.imagekit.io/Computools/rn-material-components/bottom-app-bar.gif?updatedAt=1734086950022)
262+
![bottom app bar](https://ik.imagekit.io/Computools/rn-material-components/bottom-app-bar.gif?updatedAt=1734086950022)
262263

263264
</details>
264-
<br />
265265
<details><summary>Top App Bars</summary>
266266
<br />
267267

@@ -291,9 +291,10 @@ export const MyComponent: React.FC = () => {
291291
}
292292
```
293293

294-
(animated top app bar)[https://ik.imagekit.io/Computools/rn-material-components/animated-top-app-bar.gif?updatedAt=1734088599114]
294+
![animated top app bar](https://ik.imagekit.io/Computools/rn-material-components/animated-top-app-bar.gif?updatedAt=1734088599114)
295295

296296
<details><summary>Center Aligned Top App Bar</summary>
297+
<br />
297298

298299
**Properties**
299300

@@ -309,10 +310,10 @@ export const MyComponent: React.FC = () => {
309310
| scrolledColor | - | ColorValue | - |
310311
| animationDuration | - | number | - |
311312

312-
[center aligned top app bar](https://ik.imagekit.io/Computools/rn-material-components/center_aligned_top_app_bar.png?updatedAt=1734088249862)
313+
![center aligned top app bar](https://ik.imagekit.io/Computools/rn-material-components/center_aligned_top_app_bar.png?updatedAt=1734088249862)
313314
</details>
314-
<br />
315315
<details><summary>Top App Bar</summary>
316+
<br />
316317

317318
**Properties**
318319

@@ -329,9 +330,9 @@ export const MyComponent: React.FC = () => {
329330
| scrolledColor | - | ColorValue | - |
330331
| animationDuration | - | number | - |
331332

332-
[small top app bar](https://ik.imagekit.io/Computools/rn-material-components/small_top_app_bar.png?updatedAt=1734088346321)
333-
[medium top app bar](https://ik.imagekit.io/Computools/rn-material-components/medium_top_app_bar.png?updatedAt=1734088346249)
334-
[large top app bar](https://ik.imagekit.io/Computools/rn-material-components/large_top_app_bar.png?updatedAt=1734088346230)
333+
![small top app bar](https://ik.imagekit.io/Computools/rn-material-components/small_top_app_bar.png?updatedAt=1734088346321)
334+
![medium top app bar](https://ik.imagekit.io/Computools/rn-material-components/medium_top_app_bar.png?updatedAt=1734088346249)
335+
![large top app bar](https://ik.imagekit.io/Computools/rn-material-components/large_top_app_bar.png?updatedAt=1734088346230)
335336

336337
</details>
337338
</details>

0 commit comments

Comments
 (0)