3.0.0 • Published 2 years ago

volto-social-settings v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

3.0.0

2 years ago

2.2.0

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago

0.1.0

3 years ago