plinct/web
Composer 安装命令:
composer require plinct/web
包简介
Web objects and widgets for Plinct app
README 文档
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
统计信息
- 总下载量: 365
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2020-07-22