module Lato::ComponentsHelper
def lato_data_badge(label, color = 'primary')
def lato_data_badge(label, color = 'primary') content_tag :span, label, class: "badge rounded-pill bg-#{color}" end
def lato_data_badge(label, color = 'primary') content_tag :span, label, class: "badge rounded-pill bg-#{color}" end