Text is a wrapper component that will apply typography styles to the text inside.
Text
tag
Symbol
:span
system_arguments
Hash
Bold Text
Danger Text
<%= render(Primer::Beta::Text.new(tag: :p, font_weight: :bold)) { "Bold Text" } %><%= render(Primer::Beta::Text.new(tag: :p, color: :danger)) { "Danger Text" } %>