-
-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: new integration guides #1194
Conversation
…ne highlighting features
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have time to check the Astro, CRA, Laravel, RedwoodJS instructions but your instructions for the rest, which I have used a few times myself, look great.
Every single guide was tested by hand, from scratch, so I think we're covered there :D |
…to mix CJS and ESM modules bundle (known issue)
* replace `@mapbox/rehype-prism` in favor of `rehype-prism-plus` for line highlighting features * docs: - add new "integration guides" section - create new Next.js guide * docs: create new Vite guide; fix `token.operator` bg color * docs: Next.js guide - slight refactor * fix: typo * docs: create new Remix guide * docs: create new Astro guide * fix: astro typo * docs: create new Gatsby guide * docs: create new Laravel + Inertia guide * docs: create new Parcel guide * docs: create new Create React App guide * docs: create new RedwoodJS guide * move all docs packages to `devDependencies` * bring back `contentlayer` to `dependencies` due to `yarn@V1` failing to mix CJS and ESM modules bundle (known issue) * fix deprecated value in `settings.json` file * remove redundant installation of `flowbite` in docs * fix nextjs guide path * mdx: use Next.js `Link` instead of `a` element + open in new tab for external links --------- Co-authored-by: Sebastian Sutu <[email protected]>
Summary
Integration guides for all current React related frameworks/technologies that
flowbite-react
can be installed into.Changes
@mapbox/rehype-prism
in favor ofrehype-prism-plus
for line highlighting features (see screenshots below)Link
from Next.js for internal routesResult
New "Integration guides" section
New code highlight line