diff --git a/docs/buttons.html b/docs/buttons.html index 45e5bd02..dbbe35d3 100644 --- a/docs/buttons.html +++ b/docs/buttons.html @@ -3,4 +3,8 @@ <a href="#" role="button">Link</a>

Buttons come with .secondary and .contrast styles.

Secondary Contrast

And a classic .outline variant.

Primary Secondary Contrast
\ No newline at end of file +<a href="#" role="button" class="contrast outline">Contrast</a>

Tie buttons together as .button-group.

\ No newline at end of file diff --git a/docs/forms.html b/docs/forms.html index e866a3cc..771c23af 100644 --- a/docs/forms.html +++ b/docs/forms.html @@ -102,4 +102,12 @@ <!-- Color --> <label for="color">Color <input type="color" id="color" name="color" value="#0eaaaa"> -</label> \ No newline at end of file +</label>

You can combine inputs and buttons to an input-group.

https://picocss.com/ 🔒
\ No newline at end of file