Expose Toolbar from Sandy

Summary: Moved Toolbar to flipper-plugin. No further changes.

Reviewed By: nikoant

Differential Revision: D28027334

fbshipit-source-id: 35de13d87734ae3a8af037166945b1a669106274
This commit is contained in:
Michel Weststrate
2021-04-28 05:47:07 -07:00
committed by Facebook GitHub Bot
parent d9ec09b381
commit 8e02b2ec10
14 changed files with 60 additions and 41 deletions

View File

@@ -835,6 +835,10 @@ The following additional properties are supported:
* `grow`. If set, the tab control will use all available vertical space. By default `false`.
### Toolbar
A horizontal panel to organize buttons and alike. Basically a `Layout.Horizontal` with a border, padding, gap and wrapping enabled.
### DataList
The DataList can be used to display a set of items efficiently, and where a single item can be selected.