@parhelia/page-wizard 0.1.11147 → 0.1.11151
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 +32 -32
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
# @parhelia/page-wizard
|
|
2
|
-
|
|
3
|
-
Page creation wizard for Parhelia visual editor.
|
|
4
|
-
|
|
5
|
-
## Installation
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
npm install @parhelia/page-wizard
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## Usage
|
|
12
|
-
|
|
13
|
-
```typescript
|
|
14
|
-
import { PageWizard, usePageWizard } from '@parhelia/page-wizard';
|
|
15
|
-
import '@parhelia/page-wizard/styles.css';
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
## Features
|
|
19
|
-
|
|
20
|
-
- Step-by-step page creation
|
|
21
|
-
- Template selection
|
|
22
|
-
- Page configuration
|
|
23
|
-
- Guided setup process
|
|
24
|
-
|
|
25
|
-
## License
|
|
26
|
-
|
|
27
|
-
See LICENSE file for details.
|
|
28
|
-
|
|
29
|
-
## Documentation
|
|
30
|
-
|
|
31
|
-
For complete documentation, visit [https://parhelia.ai](https://parhelia.ai)
|
|
32
|
-
|
|
1
|
+
# @parhelia/page-wizard
|
|
2
|
+
|
|
3
|
+
Page creation wizard for Parhelia visual editor.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install @parhelia/page-wizard
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Usage
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { PageWizard, usePageWizard } from '@parhelia/page-wizard';
|
|
15
|
+
import '@parhelia/page-wizard/styles.css';
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
## Features
|
|
19
|
+
|
|
20
|
+
- Step-by-step page creation
|
|
21
|
+
- Template selection
|
|
22
|
+
- Page configuration
|
|
23
|
+
- Guided setup process
|
|
24
|
+
|
|
25
|
+
## License
|
|
26
|
+
|
|
27
|
+
See LICENSE file for details.
|
|
28
|
+
|
|
29
|
+
## Documentation
|
|
30
|
+
|
|
31
|
+
For complete documentation, visit [https://parhelia.ai](https://parhelia.ai)
|
|
32
|
+
|