Skip to content

Commit

Permalink
docs: fix spelling error in component.md (#348)
Browse files Browse the repository at this point in the history
* docs: fix spelling error in component.md

* docs: fix grammatical error in component.md
  • Loading branch information
idorenyinudoh authored Feb 4, 2025
1 parent aa085c5 commit f46f16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.usage/1.component.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Works nicely with the [NuxtIcon](https://github.com/nuxt-modules/icon) module, i

## Styling

The `<SocialShare>` component comes unstyled by default, only providing some minimal flex properties to correctly align icon and label, to allow for easy integration in any kind of UI. This behavoir can be easily overridden by using the `:styled="true"` prop.
The `<SocialShare>` component comes unstyled by default, only providing some minimal flex properties to correctly align icon and label, to allow for easy integration in any kind of UI. This behavior can be easily overridden by using the `:styled="true"` prop.

Both the styled and unstyled versions can be further customized, mainly by working directly with its CSS. In addition to the CSS classes shown above, each button also has a *local* `--color-brand` CSS variable, that can be used to customize each instance.

Expand Down

0 comments on commit f46f16c

Please sign in to comment.