@typeach/core 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +23 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,23 @@
1
+ # <img style="block-size: 1.125em; aspect-ratio: 1; display: inline; vertical-align: text-bottom; margin-inline-end: 0.125em; border-radius: 4px;" src="https://raw.githubusercontent.com/sq11y/typeach/refs/heads/main/docs/public/logo.webp" alt="Mascot" /> @typeach/core
2
+
3
+ An unstyled component library for Vue.
4
+
5
+ ## Getting started
6
+
7
+ Install [@typeach/core](https://www.npmjs.com/package/@typeach/core).
8
+
9
+ ```
10
+ pnpm i @typeach/core
11
+ ```
12
+
13
+ Import components. You can find a list of components with examples in the [documentation](https://sq11y.github.io/typeach/p/components).
14
+
15
+ ```vue
16
+ <template>
17
+ <PeachyButton> Button </PeachyButton>
18
+ </template>
19
+
20
+ <script lang="ts" setup>
21
+ import { PeachyButton } from "@typeach/core";
22
+ </script>
23
+ ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@typeach/core",
3
- "version": "0.0.6",
4
- "description": "Component library for Vue.",
3
+ "version": "0.0.7",
4
+ "description": "An unstyled component library for Vue.",
5
5
  "keywords": [
6
6
  "accessibility",
7
7
  "components",