@nethesis/phone-island 0.7.20 → 0.7.22
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/README.md +17 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
|
-
#
|
|
1
|
+
# NethVoice CTI Phone Island
|
|
2
|
+
A fully standalone component for managing calls, video calls, screen sharing and more...
|
|
3
|
+
|
|
4
|
+
## Builds
|
|
5
|
+
Available as component on `npm`
|
|
6
|
+
|
|
7
|
+
[](https://www.npmjs.com/package/@nethesis/phone-island)
|
|
8
|
+
|
|
9
|
+
Available as widget on `jsDelivr`
|
|
10
|
+
|
|
11
|
+
[](https://cdn.jsdelivr.net/gh/nethesis/phone-island/dist-widget/index.widget.js)
|
|
12
|
+
[](https://cdn.jsdelivr.net/gh/nethesis/phone-island/dist-widget/index.widget.css)
|
|
13
|
+
|
|
14
|
+
## Scaffolding
|
|
2
15
|
|
|
3
16
|
- **widget-build** - contains the build of the widget version
|
|
4
17
|
- **widget-example** - contains the usage example of the built widget
|
|
@@ -6,7 +19,7 @@
|
|
|
6
19
|
- **src/index.ts** - is the entry point for the component lib and exports the React component
|
|
7
20
|
- **src/index.widget.tsx** - is the entry point for the widget that is built as a single js and css file
|
|
8
21
|
|
|
9
|
-
|
|
22
|
+
## Development
|
|
10
23
|
|
|
11
24
|
Install deps
|
|
12
25
|
```
|
|
@@ -21,7 +34,7 @@ The main component can be developed using Storybook. Inside the story is rendere
|
|
|
21
34
|
|
|
22
35
|
Tailwind CSS is enable by default.
|
|
23
36
|
|
|
24
|
-
|
|
37
|
+
## Import locally
|
|
25
38
|
|
|
26
39
|
Run build and start watch
|
|
27
40
|
|
|
@@ -41,7 +54,7 @@ Link the ```./dist``` directory
|
|
|
41
54
|
npm link <path-to-phone-island/dist>
|
|
42
55
|
```
|
|
43
56
|
|
|
44
|
-
|
|
57
|
+
## Build
|
|
45
58
|
|
|
46
59
|
Build component library
|
|
47
60
|
|