How to use the fundamental-react.Tile.Content function in fundamental-react

To help you get started, we’ve selected a few fundamental-react examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github kyma-project / console / components / react / src / components / Tile / index.js View on Github external
import { Tile, TileGrid } from 'fundamental-react';
const TileMedia = Tile.Media;
const TileContent = Tile.Content;
export { Tile, TileContent, TileGrid, TileMedia };