Skip to content

Commit d740261

Browse files
authored
small fixes (#1378)
1 parent adcc6f2 commit d740261

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/wrapping-react/library-and-tags.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ There are two ways to find a component to wrap:
1414

1515
In both cases, the process of wrapping the component is the same except for the `library` field.
1616

17-
In this guide we are wrapping the `HexColorPicker` component from the [react-colorful](https://www.npmjs.com/package/react-colorful) library.
18-
1917
# Wrapping the Component
2018

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`.
2220

2321
See the [API Reference]({api_reference.component.path}) for more details on the `rx.Component` class.
2422

0 commit comments

Comments
 (0)