sykpcomposer 1.0.6 → 1.1.1

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/package.json +1 -1
  2. package/readme.md +17 -11
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sykpcomposer",
3
3
  "private": false,
4
- "version": "1.0.6",
4
+ "version": "1.1.1",
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
package/readme.md CHANGED
@@ -1,18 +1,24 @@
1
- ### To install the package
2
- npm i sykpcomposer --save
1
+ # SkypComposer Editor
3
2
 
3
+ ## How to install ?
4
+ npm i sykpcomposer --save
4
5
 
5
- ### In order to import the package as a React Component
6
- import { Editor } from 'sykpcomposer';
7
6
 
7
+ ## Example Usage
8
8
 
9
- ### Example Usage
9
+ ```
10
10
  import { Editor } from 'sykpcomposer';
11
+
11
12
  function yourComponent(){
12
- return(
13
- <div>
14
- <Editor />
15
- </div>
16
- )
17
- }
13
+ return(
14
+ <div>
15
+ <Editor />
16
+ </div>
17
+ )
18
+ }
19
+ ```
20
+ ## Styles
18
21
 
22
+ | Style Property | Value |
23
+ | ------------- |:-------------:|
24
+ | left foo | value comes here |