From 977b1024e4d51f294a37960ccb9bd42a13153fc8 Mon Sep 17 00:00:00 2001 From: ken7253 Date: Wed, 14 Feb 2024 00:09:17 +0900 Subject: [PATCH] =?UTF-8?q?=E9=9B=9B=E5=BD=A2=E3=81=AE=E5=91=BC=E3=81=B3?= =?UTF-8?q?=E5=87=BA=E3=81=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 12 +++++++++++- package.json | 3 ++- the-tooltip/package.json | 15 +++++++++++++++ the-tooltip/slides.md | 16 ++++++++++++++++ the-tooltip/styles/index.ts | 2 ++ the-tooltip/styles/mod.css | 0 6 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 the-tooltip/package.json create mode 100644 the-tooltip/slides.md create mode 100644 the-tooltip/styles/index.ts create mode 100644 the-tooltip/styles/mod.css diff --git a/package-lock.json b/package-lock.json index 6830316..1e28296 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,8 @@ "how-to-keep-learning", "introduction-functional-programming", "how-to-tech-writing", - "howto-use-react-keys" + "howto-use-react-keys", + "the-tooltip" ], "dependencies": { "@iconify-json/mdi": "^1.1.64", @@ -1720,6 +1721,10 @@ "resolved": "reuse", "link": true }, + "node_modules/@slide/the-tooltip": { + "resolved": "the-tooltip", + "link": true + }, "node_modules/@slidev/cli": { "version": "0.47.4", "resolved": "https://registry.npmjs.org/@slidev/cli/-/cli-0.47.4.tgz", @@ -10177,6 +10182,11 @@ "version": "1.0.0", "license": "ISC", "devDependencies": {} + }, + "the-tooltip": { + "version": "1.0.0", + "license": "MIT", + "devDependencies": {} } } } diff --git a/package.json b/package.json index 5cb4ba5..8f6d073 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "how-to-keep-learning", "introduction-functional-programming", "how-to-tech-writing", - "howto-use-react-keys" + "howto-use-react-keys", + "the-tooltip" ], "devDependencies": { "@slidev/cli": "^0.47.4", diff --git a/the-tooltip/package.json b/the-tooltip/package.json new file mode 100644 index 0000000..368d9dd --- /dev/null +++ b/the-tooltip/package.json @@ -0,0 +1,15 @@ +{ + "name": "@slide/the-tooltip", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "dev": "slidev", + "build": "slidev build", + "export": "slidev export" + }, + "keywords": [], + "author": "ken7253 ", + "license": "MIT" +} diff --git a/the-tooltip/slides.md b/the-tooltip/slides.md new file mode 100644 index 0000000..410e9f4 --- /dev/null +++ b/the-tooltip/slides.md @@ -0,0 +1,16 @@ +--- +theme: default +titleTemplate: '%s - ken7253' +colorSchema: 'dark' +fonts: + sans: 'M PLUS 2' + mono: 'M PLUS 1 Code' +--- + +# slide title + +--- +src: "../reuse/me.md" +--- + +--- diff --git a/the-tooltip/styles/index.ts b/the-tooltip/styles/index.ts new file mode 100644 index 0000000..f1c9f2c --- /dev/null +++ b/the-tooltip/styles/index.ts @@ -0,0 +1,2 @@ +import "./mod.css" +import "@slide/reuse/styles"; \ No newline at end of file diff --git a/the-tooltip/styles/mod.css b/the-tooltip/styles/mod.css new file mode 100644 index 0000000..e69de29