You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Read the Changelog](https://svelteui-docs.vercel.app/docs/changelog)
34
+
[Read the Changelog](https://svelteuidev.github.io/svelteui/docs/changelog)
35
35
36
36
### Features
37
37
@@ -44,18 +44,18 @@
44
44
45
45
### Undocumented Components & Functions
46
46
47
-
The [docs](https://svelteui-docs.vercel.app/) are still under construction. Some of the library's exported components & functions are still undocumented. [Here](https://github.com/svelteuidev/svelteui/issues/15) is where you can keep track of the progress.
47
+
The [docs](https://svelteuidev.github.io/svelteui/) are still under construction. Some of the library's exported components & functions are still undocumented. [Here](https://github.com/svelteuidev/svelteui/issues/15) is where you can keep track of the progress.
48
48
49
49
> Please keep in mind that any undocumented component could potentially receive breaking API changes or be heavily updated before being finalized.
50
50
51
51
<br />
52
52
53
53
## Packages
54
54
55
-
-[`@svelteui/core`](https://svelteui-docs.vercel.app/docs/core/button) – core components library with 8+ components
56
-
-[`@svelteui/actions`](https://svelteui-docs.vercel.app/docs/actions/use-click-outside) – library of useful actions
57
-
-[`@svelteui/motion`](https://svelteui-docs.vercel.app/docs/motion/typewriter) – library of transitions to utilize on dom elements
58
-
-[`@svelteui/utilities`](https://svelteui-docs.vercel.app/docs/utilities/os) – library of helpful utility functions
55
+
-[`@svelteui/core`](https://svelteuidev.github.io/svelteui/docs/core/button) – core components library with 8+ components
56
+
-[`@svelteui/actions`](https://svelteuidev.github.io/svelteui/docs/actions/use-click-outside) – library of useful actions
57
+
-[`@svelteui/motion`](https://svelteuidev.github.io/svelteui/docs/motion/typewriter) – library of transitions to utilize on dom elements
58
+
-[`@svelteui/utilities`](https://svelteuidev.github.io/svelteui/docs/utilities/os) – library of helpful utility functions
59
59
-`@svelteui/prism` – code highlight component built with prism (coming in 0.6.0 release)
60
60
61
61
<br />
@@ -74,7 +74,7 @@ I want to build a friendly community that is happy to help those who need it. He
74
74
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
75
75
76
76
- If you have a suggestion that would make this project better, submit an issue
77
-
- If you would like to directly contribute, read the [contribution guide](https://svelteui-docs.vercel.app/docs/contribute) then submit a PR
77
+
- If you would like to directly contribute, read the [contribution guide](https://svelteuidev.github.io/svelteui/docs/contribute) then submit a PR
Copy file name to clipboardExpand all lines: packages/svelteui-actions/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
## Documentation
9
9
10
-
[See full documentation on svelteui website](https://svelteui-docs.vercel.app/)
10
+
[See full documentation on svelteui website](https://svelteuidev.github.io/svelteui/)
11
11
12
12
## Installation
13
13
@@ -21,10 +21,10 @@ npm i @svelteuidev/actions
21
21
22
22
## Included Actions
23
23
24
-
-[use-click-outside](https://svelteui-docs.vercel.app/docs/actions/use-click-outside) – Triggers a callback when a user clicks outside of a given element.
25
-
-[use-clipboard](https://svelteui-docs.vercel.app/docs/actions/use-clipboard) - Copies text to the clipboard when dom element is clicked
26
-
-[use-css-variable](https://svelteui-docs.vercel.app/docs/actions/use-css-variable) - Update css properties on the fly whenever some of their values change.
27
-
-[use-focus](https://svelteui-docs.vercel.app/docs/actions/use-focus) - Calls focus on a node once mounted into the dom
24
+
-[use-click-outside](https://svelteuidev.github.io/svelteui/docs/actions/use-click-outside) – Triggers a callback when a user clicks outside of a given element.
25
+
-[use-clipboard](https://svelteuidev.github.io/svelteui/docs/actions/use-clipboard) - Copies text to the clipboard when dom element is clicked
26
+
-[use-css-variable](https://svelteuidev.github.io/svelteui/docs/actions/use-css-variable) - Update css properties on the fly whenever some of their values change.
27
+
-[use-focus](https://svelteuidev.github.io/svelteui/docs/actions/use-focus) - Calls focus on a node once mounted into the dom
0 commit comments