Skip to content

Commit f2e88a8

Browse files
authored
Update README.md
1 parent 7333dd6 commit f2e88a8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,14 @@ Simple and lightweight dialog component for React Native, structure similar to s
3434
<td> Style </td> <td> Code </td>
3535
</tr>
3636
<tr>
37-
<td> <a href="https://ui.shadcn.com/" target="_blank"><b>Shadcn/ui</b></a> <br /><br /> <img src="https://github.com/user-attachments/assets/3540789d-1f61-41cc-825b-a7d5ae9467f7" /> </td>
37+
<td> <a href="https://ui.shadcn.com/" target="_blank"><b>Shadcn/ui</b></a> <br /><br /> <img src="https://github.com/user-attachments/assets/3540789d-1f61-41cc-825b-a7d5ae9467f7" style="width: 320px; height: auto" /> </td>
3838
<td>
3939

4040
```jsx
41-
import { DialogProvider, shadcnStyle } from "@ontech7/react-native-dialog";
41+
import {
42+
DialogProvider,
43+
shadcnStyle
44+
} from "@ontech7/react-native-dialog";
4245

4346
export default function RootLayout() {
4447
return (

0 commit comments

Comments
 (0)