Skip to content

Commit

Permalink
chore: setup tiny-react
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Oct 1, 2023
1 parent fa5b258 commit 126571c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/tiny-toast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"release": "pnpm publish --no-git-checks --access public"
},
"devDependencies": {
"@hiogawa/tiny-react": "0.0.1-pre.1",
"@hiogawa/tiny-transition": "workspace:*",
"@hiogawa/unocss-preset-antd": "workspace:*",
"@hiogawa/utils": "1.6.1-pre.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/tiny-toast/src/tiny/ui.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { h } from "@hiogawa/tiny-react";

export function ToastContainer({}) {
return h.div({ style: "" },
h.div({}),
h.div({})
)
}
7 changes: 7 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 126571c

Please sign in to comment.