Tiles

Provide a set of related clickable options that are easily glanceable and compareable.

Simple Tile

In it's simplest form, a tile shows a circle containing intials or an icon, alongside a title.

Tiles should have role="button" so that screen readers will recognise them as clickable, and tabindex="0" to provide focus support for keyboards.

AZ
Myself
{% highlight html %}
AZ
...
{% endhighlight %}

Responsive Tiles

Better responsive behaviour can be achieved using the .tile-icon and .tile-text containers.

When using responsive tiles always use .circle-responsive to scale your icon on smaller screens.

AZ
Myself

Summary description

{% highlight html %}
AZ
...

...

{% endhighlight %}

Tile rows

Normally tiles are used in rows, we use our grid columns to dictate how many tiles appear in each row at various screen sizes, our tiles should be of equal height so we use the row modifier .row-equal-height to make each tile in a row match.

Be concise when adding additional text. The user will use this information to compare between options.

Tile rows use flexbox for matched height, which may not work in earlier versions of Internet Explorer.

Someone else

EUR account ending 2843

Myself

EUR account ending 5234

Really long title that causes text wrap

EUR account ending 6798

{% highlight html %}
...
...
...
{% endhighlight %}

Tiles with unique information

When the option has further information unique to it alone and it is 100% necessary to show it, do so below a hr tag within a p

Credit Card

Visa and Mastercard are supported


+£1 card fee

Bank Transfer

Send the money from your Internet Banking


1 day slower

{% highlight html %}
...

...


...

{% endhighlight %}

Benefits of a certain tile

Add a tile-ribbon-benefit div within the tile if benefits of that tile are worth showing to the user. Copy should be kept short as space is limited.

Faster
Debit Card

Visa and Mastercard are supported

{% highlight html %}
...
...
...

...

{% endhighlight %}

Disabled Tile

Add a tile-disabled class to tile when the option is disabled, providing an explanation to the user as to why they cannot select that option.

Credit Card

Visa and Mastercard are supported


Unavailable for amounts larger than £2000

{% highlight html %}
...
...

...


...

{% endhighlight %}

Inverse Tiles

On grey backgrounds use the .tile-inverse variant.

Earn £50 credit

Give someone a free transfer for up to £500

Click here to share

{% highlight html %}
...
{% endhighlight %}

Contextual Tile Variants

Add a contextual class convey state within the tile.

Earn £50 credit

Give someone a free transfer for up to £500

Click here to share

Request money

From friends and family and customers

Click here to request

Rate alerts

Sign up no to be alerted when the rate reaches your chosen value

Click here to sign up

Please verify

You will need to verify your identity when you have transferred over £10000.

Click here to verify now

{% highlight html %}
...
...
...
...
{% endhighlight %}