From e5829588e5f322679074f0d4e35ce29526b52f81 Mon Sep 17 00:00:00 2001 From: Dann Wee Date: Mon, 24 Feb 2025 12:16:27 +0800 Subject: [PATCH] docs: update readme --- CHANGELOG.md | 10 ++++++++-- README.md | 10 ++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ab443e..300bbda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,9 +26,15 @@ ### Release Notes -- feat: added Jupiter Terminal components +- feat: added Jupiter Terminal components - `` - `` - `` - refactor: removed hooks exports and utils exports -- refactor: removed uneccessary interfaces from \ No newline at end of file +- refactor: removed uneccessary interfaces from + +## [1.2.6 | 1.2.7 | 1.2.8] - 2025-02-24 + +### Release Notes + +- fix: bug fixes and ui improvements in the terminal components \ No newline at end of file diff --git a/README.md b/README.md index 3a6fe7c..a6b98ae 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,9 @@ npm install jupiverse-kit ## Styling Setup -On top of using your own CSS framework, the SDK also mainly uses Tailwind CSS for styling. Follow these steps to set up styling in your project: +On top of using your own CSS framework, the SDK also mainly uses Tailwind CSS for styling. Follow this step to set up styling in your project: -1. Install required dependencies: - -```bash -npm install -D tailwindcss postcss autoprefixer tailwindcss-animate -``` - -2. Import the SDK's CSS in your app's entry point (e.g., app.tsx, index.tsx, or layout.tsx): +1. Import the SDK's CSS in your app's entry point (e.g., app.tsx, index.tsx, or layout.tsx): ```tsx import "jupiverse-kit/dist/styles.css";