Skip to content

Commit 0577923

Browse files
committed
add react component to readme
1 parent 90f27f9 commit 0577923

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
<a name="addon"></a>
1717
### Plugins / Add-ons / Extensions
1818
Vue 2 and 3 (a wrapper component that adds the ability to mount Vue components in WinBox.js):<br>
19-
<a href="https://github.com/wobsoriano/vue-winbox">https://github.com/wobsoriano/vue-winbox </a><br>
19+
<a href="https://github.com/wobsoriano/vue-winbox">https://github.com/wobsoriano/vue-winbox</a>
20+
21+
A React controlled component for WinBox.js, with full Reactful props and state.:<br>
22+
<a href="https://github.com/rickonono3/react-winbox">https://github.com/rickonono3/react-winbox</a>
2023

2124
<a name="started"></a>
2225
## Getting Started
@@ -1597,6 +1600,13 @@ https://github.com/wobsoriano/vue-winbox
15971600

15981601
It uses the native [teleport](https://v3.vuejs.org/api/built-in-components.html#teleport) component in Vue 3 and recommends https://github.com/LinusBorg/vue-simple-portal for Vue 2 users.
15991602

1603+
1604+
## WinBox on React application
1605+
1606+
https://github.com/rickonono3/react-winbox
1607+
1608+
A React controlled component for WinBox.js, with full Reactful props and state. Includes all configurations of WinBox.js by using React component props.
1609+
16001610
## Custom Builds
16011611

16021612
Go to the root directory of WinBox and run:

0 commit comments

Comments
 (0)