Skip to main content

Ronin Waypoint UI guidelines

Overview

This guide covers essential components for incorporating Ronin Waypoint into your app, ensuring that users enjoy a cohesive and intuitive sign-up and sign-in experience.

Key elements of Ronin Waypoint's front-end integration include:

Default sign-in button

DescriptionDefaultDarkLight
Default sign-in buttonSign in with Ronin (default)Sign in with Ronin (dark)Sign in with Ronin (light)

Standard assets for building custom buttons

If you want to create the sign-in button yourself, use the following official logos and styling guides:

24px48px64px96px
Logo colorRonin logo (24px)Ronin logo (48px)Ronin logo (64px)Ronin logo (96px)
Logo whiteRonin logo (24px)Ronin logo (48px)Ronin logo (64px)Ronin logo (96px)

The following table provides the styling guides for the default button:

ThemeExampleProperties
DefaultSign in with Ronin (default)
  • Fill: linear-gradient (90deg, #136AEC 0%, #0B3C86 100%)
  • Height: 44px
  • Width: 207px
  • Radius: 12px
  • Font: Work Sans Medium
  • Text Color: #F1F3F9
DarkSign in with Ronin (dark)
  • Fill: rgba(205, 213, 229, 0.07)
  • Height: 44px
  • Width: 207px
  • Radius: 12px
  • Font: Work Sans Medium
  • Text Color: #F1F3F9
LightSign in with Ronin (light)
  • Fill: rgba(205, 213, 229, 0.25)
  • Height: 44px
  • Width: 207px
  • Radius: 12px
  • Font: Work Sans Medium
  • Text Color: #1C1F26

How to display sign-in with Ronin

When Ronin is the only sign-in option

If using only Ronin for sign-in, provide all available Ronin options in a single column, with Ronin Waypoint at the top:

  • Ronin Waypoint
  • Ronin Wallet browser extension
  • Ronin Wallet mobile app

Sign in with Ronin Waypoint + Ronin Wallet mobile app + Ronin Wallet browser extension

When you offer other options alongside Ronin

If you offer Ronin along with other sign-in options, place a single “Sign in with Ronin” button at the top of your login screen:

Multiple options collapsed

This button should open a separate screen with all Ronin login options: Ronin Waypoint, Ronin Wallet browser extension, and Ronin Wallet mobile app:

Multiple options expanded

This helps keep the main interface uncluttered and user-friendly.

View additional examples
DescriptionExample
Sign in with other account servicesSign in with other account services
Sign in with wallet providersSign in with wallet providers
Sign in with other account services and socials (compact view)Sign in with other account services and socials (compact)
Sign in with other account services and socials (vertical view)Sign in with other account services and socials (vertical)
Sign in with other wallet providers, account services, and socialsSign in with other wallet providers, account services, and socials

Example login pages

Dark mode:

Example login page (dark)

Light mode:

Example login page (light)