volto-social-settings
v3.1.0
Published
Addon for Volto to manage a list of social network links
Downloads
694
Keywords
Readme
volto-social-settings
A widget for Volto to insert values for any language enabled
To be used with: collective.volto.socialsettings
To be used with mrs-developer, see Volto docs for further usage informations.
If you are using Volto < 16, then use v2.2.0.
Usage
Add wherever you want the component, import and use it like this:
import { SocialLinks } from 'volto-social-settings'
const YourAppComponent = () => <SocialLinks />
It's customizable using CSS via two props:
wrapperCssClass
: a CSS class applied to the wrapper of the elements
itemCssClass
: a CSS class applied to each item
Or, if this basic one doesn't fit your needs and CSS isn't enough, you can define a custom component and take that as an example.