Skip to content

collective/volto-social-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.