changed to new functions
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 3s
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 3s
This commit is contained in:
@@ -61,7 +61,7 @@ It eliminates the gap between your data (Signals) and your UI components. Each c
|
||||
| **Engine** | **SigPro** | Atomic reactivity without V-DOM. |
|
||||
| **Components** | **SigPro-UI** | 60+ semantic, reactive components. |
|
||||
| **Styling** | **daisyUI v5** | Beautiful, accessible, themeable. |
|
||||
| **Learning Curve** | **Zero** | If you know JS and HTML, you know SigPro-UI. |
|
||||
| **Learning Curve** | **Zero** | whenyou know JS and HTML, you know SigPro-UI. |
|
||||
|
||||
### Semantic Functionalism
|
||||
Stop writing endless HTML strings. Use semantic JavaScript constructors that return live, reactive DOM nodes.
|
||||
@@ -90,7 +90,7 @@ To achieve the performance promised by SigPro-UI, your environment must be equip
|
||||
|
||||
### 1. SigPro Core
|
||||
|
||||
The atomic heart. SigPro-UI requires the SigPro runtime (`$`, `Watch`, `Tag`, etc.) to be present in the global scope or provided as a module.
|
||||
The atomic heart. SigPro-UI requires the SigPro runtime (`$`, `watch`, `h`, etc.) to be present in the global scope or provided as a module.
|
||||
|
||||
### 2. daisyUI v5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user