plinct / web
Web objects and widgets for Plinct app
1.17.1
2025-03-29 13:25 UTC
Requires
- php: ^7.4|^8.0
- dev-master
- 1.17.1
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.2
- 1.13.1
- 1.13.0
- 1.12.2
- 1.12.1
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.1
- 1.8.0
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- 0.11.0
- 0.10.1
- 0.10.0
- 0.9.0
- 0.8.8
- 0.8.7
- 0.8.6
- 0.8.5
- 0.8.4
- 0.8.3
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.6
- 0.7.5
- 0.7.4
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.1
- 0.3.0
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- v0.1.13
- v0.1.12
- v0.1.11
- v0.1.10
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
This package is auto-updated.
Last update: 2025-03-29 13:27:20 UTC
README
Web objects and widgets for Plinct app
write on array or json and output in HTML
basic element
[
"tag" => "element html tag",
"attributes" => [ "name" => "value" ],
"content" => "string" or [other element or object: array],
"href" => "path/to/"
]
html Objects
There are three types: image, figure, picture, video, list, navbar, table
[
"object" => "image",
"attributes => [
"class" => "image-styles",
"id" => "image-id",
"name" => "value"
],
"src" => "/path/to/image.ext",
"href" => "/path/to/link",
"width" = number,
"height = number
"attributesHref = [array]
],
[
"object" => "figure",
"attributes" => [ "name" => "value" ],
"src" => "/path/to/image.ext",
"href" => "/path/to/link",
"width" = number,
"height = number,
"caption" = "string",
"attributesImg = [array],
"attributesHref = [array]
],
[
"object" => "picture",
"attributes" => [
"class" => "image-styles",
"id" => "image-id"
],
"src" => "/path/to/image.ext",
"href" => "/path/to/link",
"sources" => [
[ "width" => number, "height" => proportional number ],
[ "width" => 720, "height" => 0.75 ],
[ "width" => 1024, "height" => 0.5 ]
],
"content" => another object or element
]
And more
- Breadcrumb function
- Scroll up button
- form widgets
- street map
- icons
- page navigation
- website