From a9660a4f1f8bac083837bb1b303c1b7d85a16c13 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Wed, 4 Mar 2026 17:48:28 +0100 Subject: [PATCH] Updates --- components/Readme.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/components/Readme.md b/components/Readme.md index f4e40ab..4f0d2ae 100644 --- a/components/Readme.md +++ b/components/Readme.md @@ -8,10 +8,20 @@ You need a couple of packages and settings to integrate this package ### Packages -- React -- React Dom -- Tailwind CSS **version 4** +- React +- React Dom +- Tailwind CSS **version 4** ### CSS Base This package contains a `base.css` file which has all the base css rules required to run. This css file must be imported in your base project, and it can be update in a separate `.css` file. + +### Install packages + +```sh +bun add lucide-react tailwind-merge html-to-react gray-matter mdx typescript lodash react-code-blocks react-responsive-modal next-mdx-remote remark-gfm rehype-prism-plus openai +``` + +```sh +bun add -D @types/ace @types/react @types/react-dom tailwindcss @types/mdx @next/mdx +```