qreacto icon indicating copy to clipboard operation
qreacto copied to clipboard

Run standalone React components in your Quarto project!

Results 3 qreacto issues
Sort by recently updated
recently updated
newest added

I have a single React component that is called from several qmd files. I would like to pass a String parameter into the react component to modify specific behavior of...

## Problem If more then one component (including nested components) are on a single page, they will all attempt to pull in other components, this includes css, internal imports and...

In the directory `_components`, there's a file called `App.tsx` that defines the component. The `App` component begins with: ``` import style from "./App.module.css"; ``` ... referring to another file located...