vite-plugin-react-pages icon indicating copy to clipboard operation
vite-plugin-react-pages copied to clipboard

A vite framework for building react app. Especially suitable for document site and demos/playgrounds of react components.

Results 32 vite-plugin-react-pages issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel)) | [`^7.22.5` -> `^7.22.8`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.22.5/7.22.8) |...

dependencies

vitepress nextjs are the same theme, support dark mode, want to customize the theme of vite-pages, but found that it is not as easy as the documentation says, too much...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [concurrently](https://togithub.com/open-cli-tools/concurrently) | [`^7.6.0` -> `^8.2.0`](https://renovatebot.com/diffs/npm/concurrently/7.6.0/8.2.0) | [![age](https://badges.renovateapi.com/packages/npm/concurrently/8.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [get-port](https://togithub.com/sindresorhus/get-port) | [`^5.1.1` -> `^7.0.0`](https://renovatebot.com/diffs/npm/get-port/5.1.1/7.0.0) | [![age](https://badges.renovateapi.com/packages/npm/get-port/7.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [execa](https://togithub.com/sindresorhus/execa) | [`^5.1.1` -> `^7.1.1`](https://renovatebot.com/diffs/npm/execa/5.1.1/7.1.1) | [![age](https://badges.renovateapi.com/packages/npm/execa/7.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

I want to add the ability to jump to the CodeSandbox editor in the toolbar of the Demo Block, but right now there are only icons for expanding and collapsing...

For some reason this works: ``` /pages /folder index$.md ``` But as soon as you add another file, the whole folder and its contents disappears from the navigation: ``` /pages...

reproduce: change md file from an empty file into: ``` # t1 ``` case the error ![image](https://github.com/vitejs/vite-plugin-react-pages/assets/18747423/6479bf48-d176-4ea6-820f-79462833c8ea) Do the opposite (delete the only title) also cause error.

Is there a direct way to include the plugin in an existing vite project? I'm trying to use this for my reusable component library. From what I see as per...