Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 895 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 895 Bytes

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.