grid-list-tile-bar

v4.9.10arrow_drop_down
v4.9.10
v4.5.2
v3.9.2
STATUS
Passing
DOWNLOADS
459
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
5 years ago
SIZE
24 KB
An IconButton element to be used as secondary action target (primary action target is the tile itself).
2 contributors
Install grid-list-tile-bar as a package?
Copied
npm i @bit/mui-org.material-ui.grid-list-tile-bar
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
chevron_left
chevron_right

An IconButton element to be used as secondary action target (primary action target is the tile itself).

Position of secondary action IconButton.

String or element serving as subtitle (support text).

Title to be displayed on tile.

Position of the title bar.

Properties
NameTypeDescription
actionIcon
node

An IconButton element to be used as secondary action target (primary action target is the tile itself).

actionPosition
'left' | 'right'

Position of secondary action IconButton.

classes
object

Override or extend the styles applied to the component. See CSS API below for more details.

className
string
subtitle
node

String or element serving as subtitle (support text).

title
node

Title to be displayed on tile.

titlePosition
'bottom' | 'top'

Position of the title bar.

Help and resources