svelte-remix 0.1.8 → 0.1.9
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.
- package/CHANGELOG.md +6 -0
- package/README.md +10 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.1.9](https://github.com/shinokada/svelte-remix-icons/compare/v0.1.8...v0.1.9) (2023-01-31)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- add pwa ([9bd08a1](https://github.com/shinokada/svelte-remix-icons/commit/9bd08a16ced80fd53f3ab62681e38788d929deb1))
|
|
10
|
+
|
|
5
11
|
### [0.1.8](https://github.com/shinokada/svelte-remix-icons/compare/v0.1.7...v0.1.8) (2022-12-25)
|
|
6
12
|
|
|
7
13
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
<h1 align="center">Svelte
|
|
1
|
+
<h1 align="center">Svelte Remix</h1>
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
4
|
<a href="https://svelte-remix.codewithshin.com/">Svelte-Remix</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
+
<a href="https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps"><img src="https://img.shields.io/badge/PWA-enabled-brightgreen" alt="PWA Shield"></a>
|
|
8
9
|
<a href="https://www.npmjs.com/package/svelte-remix" rel="nofollow"><img src="https://img.shields.io/npm/v/svelte-remix" alt="npm"></a>
|
|
9
10
|
<a href="https://twitter.com/shinokada" rel="nofollow"><img src="https://img.shields.io/badge/created%20by-@shinokada-4BBAAB.svg" alt="Created by Shin Okada"></a>
|
|
10
11
|
<a href="https://opensource.org/licenses/MIT" rel="nofollow"><img src="https://img.shields.io/github/license/shinokada/svelte-remix" alt="License"></a>
|
|
@@ -14,12 +15,7 @@
|
|
|
14
15
|
2270+ SVG [RemixIcon](https://github.com/Remix-Design/RemixIcon) components for Svelte. Svelte-Remix support major CSS frameworks using the `class` props.
|
|
15
16
|
|
|
16
17
|
<p align="center">
|
|
17
|
-
<img
|
|
18
|
-
<img width="450" src="https://raw.githubusercontent.com/shinokada/svelte-remix/main/static/images/remix2.webp" />
|
|
19
|
-
<img width="450" src="https://raw.githubusercontent.com/shinokada/svelte-remix/main/static/images/remix3.webp" />
|
|
20
|
-
<img width="450" src="https://raw.githubusercontent.com/shinokada/svelte-remix/main/static/images/remix4.webp" />
|
|
21
|
-
<img width="450" src="https://raw.githubusercontent.com/shinokada/svelte-remix/main/static/images/remix5.webp" />
|
|
22
|
-
<img width="450" src="https://raw.githubusercontent.com/shinokada/svelte-remix/main/static/images/remix6.webp" />
|
|
18
|
+
<img src="/static/images/remix.png" />
|
|
23
19
|
</p>
|
|
24
20
|
|
|
25
21
|
## Installation
|
|
@@ -30,7 +26,7 @@ npm i -D svelte-remix
|
|
|
30
26
|
|
|
31
27
|
## Icon name list
|
|
32
28
|
|
|
33
|
-
[Icon list](
|
|
29
|
+
[Icon list](/icon-list.md)
|
|
34
30
|
|
|
35
31
|
## REPL
|
|
36
32
|
|
|
@@ -170,3 +166,9 @@ Use `import * as Icon from 'svelte-remix`.
|
|
|
170
166
|
## Other icons
|
|
171
167
|
|
|
172
168
|
- [Svelte-Icon-Sets](https://svelte-svg-icons.vercel.app/)
|
|
169
|
+
|
|
170
|
+
## Experience lightning-fast browsing and offline access with Our PWA
|
|
171
|
+
|
|
172
|
+
This website can be downloaded and installed on your device for offline access as a Progressive Web App.
|
|
173
|
+
|
|
174
|
+
To install a PWA, look for the "Add to Home Screen" option in the browser's menu or settings. On most mobile devices, this option can be found by visiting the website, then selecting the "Options" or "Menu" button in the browser, and looking for the "Add to Home Screen" option. On some desktop browsers, right-click on the page and select "Install".
|