Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agmmnn committed Jul 31, 2023
1 parent 76081c6 commit 52f3df1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 336 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pnpm tauri build
## Features

- Components-based UI design with [shadcn/ui](https://ui.shadcn.com/). [Radix UI](https://www.radix-ui.com/) for UI primitives.
- Cross-platfom native looking window controls with [tauri-controls](https://github.com/agmmnn/tauri-controls). (only vite for now)
- Native-looking window controls with [tauri-controls](https://github.com/agmmnn/tauri-controls).
- Support for dark and light modes.
- [Lucide Icons](https://lucide.dev/), [Radix Icons](https://icons.radix-ui.com/).
- [Bundle size optimized](https://github.com/johnthagen/min-sized-rust) [`Cargo.toml`](/src-tauri/Cargo.toml) (.msi 2.5mb, .dmg 1.9mb, .deb 2mb)
Expand All @@ -73,11 +73,12 @@ pnpm tauri build

## Update Components

### shadcn/ui

Update all components:

```bash
npx shadcn-ui@latest add --overwrite

# press "a" to select all components
```

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-tauri-ui",
"version": "0.2.2",
"version": "0.3.0",
"description": "🦀 Create modern Tauri desktop apps in just a few simple steps.",
"main": "index.js",
"author": "agmmnn",
Expand Down Expand Up @@ -48,7 +48,7 @@
"kolorist": "^1.8.0",
"minimist": "^1.2.8",
"prompts": "^2.4.2",
"tauri-controls": "^0.0.6",
"tauri-controls": "^0.0.7",
"typescript": "^5.1.6",
"unbuild": "^1.2.1"
}
Expand Down
Loading

0 comments on commit 52f3df1

Please sign in to comment.