Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions case-studies/bayesline.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ meta: [
```python exec
import reflex as rx
from reflex_image_zoom import image_zoom
from pcweb.pages.docs import library
from pcweb.pages.docs import enterprise
```

```python eval
Expand Down Expand Up @@ -120,7 +120,7 @@ When we started looking at the (Dash) code, it just got to this point where you

In addition, Reflex improves the developer experience with 60+ UI components out of the box, while still offering the flexibility of integrating your own custom React components.

Bayesline wrapped [AG Grid]({library.tables_and_data_grids.ag_grid.path})--a high-performance React grid--the industry standard data table for fintech.
Bayesline wrapped [AG Grid]({enterprise.ag_grid.index.path})--a high-performance React grid--the industry standard data table for fintech.
This powerful combination of out-of-the-box functionality and flexibility made Reflex an attractive choice for Bayesline.

Sebastian and the team originally started building with Reflex to create a minimum viable product that would get them through Y Combinator and their initial funding round.
Expand Down
2 changes: 1 addition & 1 deletion docs/library/data-display/callout-ll.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rx.callout.root(

The `callout` component is made up of a `callout.root`, which groups `callout.icon` and `callout.text` parts. This component is based on the `div` element and supports common margin props.

The `callout.icon` provides width and height for the `icon` associated with the `callout`. This component is based on the `div` element. See the [**icon** component for all icons that are available.](/docs/library/datadisplay/icon/)
The `callout.icon` provides width and height for the `icon` associated with the `callout`. This component is based on the `div` element. See the [**icon** component for all icons that are available.](/docs/library/data-display/icon/)

The `callout.text` renders the callout text. This component is based on the `p` element.

Expand Down
1 change: 1 addition & 0 deletions pcweb/pcweb.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
("/docs/components/conditional-props", "/docs/components/conditional-rendering"),
("/docs/enterprise", "/docs/enterprise/overview"),
("/docs/pages/routes", "/docs/pages/overview"),
("/docs/overview", "/docs/getting-started/introduction"),
("/docs/assets/referencing_assets", "/docs/assets/overview"),
("/changelog", "https://github.com/reflex-dev/reflex/releases"),
(
Expand Down