Tiles are used to display context information to help user complete a task or act as an entry point for more detail. They can also be used to display a list of loosely connected options to help the user gather information quickly at a glance.
Install
pnpm add @balance-web/tile
Import usage
import {
Tile,
TileStack
} from '@balance-web/tile';