bricks/docs/cn/widgets
2024-05-13 19:52:26 +08:00
..
accordion.md bugfix 2024-05-11 17:58:28 +08:00
audio.md bugfix 2024-05-11 17:58:28 +08:00
blankIcon.md bugfix 2024-05-11 17:58:28 +08:00
BoxLayout.md bugfix 2024-05-11 17:58:28 +08:00
brickindex.md bugfix 2024-05-11 17:58:28 +08:00
button.md bugfix 2024-05-11 17:58:28 +08:00
docs.md bugfix 2024-05-11 17:58:28 +08:00
editabletree.md bugfix 2024-05-11 17:58:28 +08:00
error.md bugfix 2024-05-11 17:58:28 +08:00
form.md bugfix 2024-05-11 17:58:28 +08:00
hbox.md bugfix 2024-05-11 17:58:28 +08:00
hfiller.md bugfix 2024-05-11 17:58:28 +08:00
icon.md bugfix 2024-05-11 17:58:28 +08:00
image.md bugfix 2024-05-11 17:58:28 +08:00
index.md bugfix 2024-05-11 17:58:28 +08:00
index.ui bugfix 2024-05-13 19:52:26 +08:00
input.md bugfix 2024-05-11 17:58:28 +08:00
layout.md bugfix 2024-05-11 17:58:28 +08:00
markdownviewer.md bugfix 2024-05-11 17:58:28 +08:00
message.md bugfix 2024-05-11 17:58:28 +08:00
miniform.md bugfix 2024-05-11 17:58:28 +08:00
modal.md bugfix 2024-05-11 17:58:28 +08:00
pw.md bugfix 2024-05-11 17:58:28 +08:00
README.md bugfix 2024-05-11 17:58:28 +08:00
tab.md bugfix 2024-05-11 17:58:28 +08:00
text.md bugfix 2024-05-11 17:58:28 +08:00
title1.md bugfix 2024-05-11 17:58:28 +08:00
title2.md bugfix 2024-05-11 17:58:28 +08:00
title3.md bugfix 2024-05-11 17:58:28 +08:00
title4.md bugfix 2024-05-11 17:58:28 +08:00
title5.md bugfix 2024-05-11 17:58:28 +08:00
title6.md bugfix 2024-05-11 17:58:28 +08:00
toolbar.md bugfix 2024-05-11 17:58:28 +08:00
toolbarNew.md bugfix 2024-05-11 17:58:28 +08:00
tree.md bugfix 2024-05-11 17:58:28 +08:00
vbox.md bugfix 2024-05-11 17:58:28 +08:00
vfiller.md bugfix 2024-05-11 17:58:28 +08:00
video.md bugfix 2024-05-11 17:58:28 +08:00
videoplayer.md bugfix 2024-05-11 17:58:28 +08:00
widgets.md bugfix 2024-05-11 17:58:28 +08:00

Bricks documentation

中文文档请看这里

A web application development platform to make the web application development more easy. It let developments choose the UI components provide by bricks or provide by third parts to construct his or her application just like use bricks to build toys.

Installation

Use Case

Widget List

Widgets

UI Components

Layout

Layout is the base Layout, please click Layout for more detail.

BoxLayout

BoxLayout is a one direction layout, for more information, please click BoxLayout

HBox

HBox is a layout to layout subwidgets in horizontal direction, please click HBox for more information.

VBox

VBox is a layout to layout its subwidgets in vertical direction, please click VBox for more information.

Text

Title1

Title2

Title3

Title4

Title5

Title6

Image

Image show image on you dom tree, please click image for more information about Image widget

MarkdownViewer

a markdown document viewer widget, for more information, please see markdownviewer

VideoPlayer

a video player widget base on indigo-player, please look at videoplayer for more information.

Modal

Toolbar

toolbar component provide user a toobar service, for more information pleaseclick toolbar