Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dannweeeee committed Feb 24, 2025
1 parent 2186f7d commit e582958
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,15 @@

### Release Notes

- feat: added Jupiter Terminal components
- feat: added Jupiter Terminal components
- `<ModalTerminal />`
- `<IntegratedTerminal />`
- `<WidgetTerminal />`
- refactor: removed hooks exports and utils exports
- refactor: removed uneccessary interfaces from
- 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
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit e582958

Please sign in to comment.