From aef57f5a04af5e83ef96991b1aed694391970ef4 Mon Sep 17 00:00:00 2001 From: Brooke Angel Date: Wed, 30 Jan 2019 14:42:40 -0800 Subject: [PATCH] just add docs! --- src/Nri/Ui/BorderlessButton/V1.elm | 35 +++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/src/Nri/Ui/BorderlessButton/V1.elm b/src/Nri/Ui/BorderlessButton/V1.elm index af84524a..9aeca39c 100644 --- a/src/Nri/Ui/BorderlessButton/V1.elm +++ b/src/Nri/Ui/BorderlessButton/V1.elm @@ -1,4 +1,31 @@ -module Nri.Ui.BorderlessButton.V1 exposing (Size(..), button) +module Nri.Ui.BorderlessButton.V1 exposing + ( button + , Size(..) + ) + +{-| + + +# About: + +BorderlessButton looks different from Nri.Ui.Button in that it displays without margin or padding. +BorderlessButton has the suave, traditional look of a "link"! + +For accessibility purposes, buttons that perform an action on the current page should be HTML `