You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/wrapping-react/library-and-tags.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,9 @@ There are two ways to find a component to wrap:
14
14
15
15
In both cases, the process of wrapping the component is the same except for the `library` field.
16
16
17
-
In this guide we are wrapping the `HexColorPicker` component from the [react-colorful](https://www.npmjs.com/package/react-colorful) library.
18
-
19
17
# Wrapping the Component
20
18
21
-
When wrapping a React component, the first step is to create a new component in your Reflex app. This is done by creating a new class that inherits from `rx.Component` or `rx.NoSSRComponent`.
19
+
To start wrapping your React component, the first step is to create a new component in your Reflex app. This is done by creating a new class that inherits from `rx.Component` or `rx.NoSSRComponent`.
22
20
23
21
See the [API Reference]({api_reference.component.path}) for more details on the `rx.Component` class.
0 commit comments