Showcase

light mode dark mode
Field Partials
About Field Partials
Address Field
Buttons
Cloudinary Image
Color Picker
Date And Time Field
Date Field
Dependent Fields Frame
Email Field
Emoji Field
File Field
Number Field
Options
Password Field
Phone Field
Super Select
Text Area
Text Field
Trix Editor
Attribute Partials
About Attribute Partials
Address
Partials
Alert
Box
Breadcrumb
Cell
Decision Line
Line
Link Row
Notices
Page
Team
Title
Well
Actions
Box
List
Tailwind
Components
Button
Link
Utilities
Small Text
Spacing

Link Row

Samples

Basic

0.8ms 202 allocs
Login Page
View Source
<%= render "shared/link_row", path: new_user_session_path do |link_row| %>
  <% link_row.body "Login Page" %>
<% end %>

Without body

0.2ms 77 allocs
View Source
<%= render "shared/link_row", path: new_user_session_path %>

Options

Name Required Type Default Description
path
String
Valid url path
body
Content Block