Skip to content

Commit

Permalink
Feat: Remove button form docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Jan 22, 2024
1 parent b84a0be commit 7f1b6c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/routes/(page)/utility-classes/links/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ All styles that can be applied to anchor tags.
| Styles |
| --------------------------------------------------------------------------------- |
| <a href="#">Default Link</a> |
| <button class="primary">Primary Button</button> |
| <a href="#" class="button primary">Button link Primary</a> |
| <a href="#" class="button primary full-width">Button link full width</a> |
| <a href="#" class="button primary with-icon"><IconAdd />Button link with icon</a> |
| <a href="#" class="button primary">Button Primary link</a> |
| <a href="#" class="button primary full-width">Button full-width link</a> |
| <a href="#" class="button primary with-icon"><IconAdd />Button with-icon link</a> |

</div>

Expand Down

0 comments on commit 7f1b6c4

Please sign in to comment.