Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collective/volto-social-settings
https://github.com/collective/volto-social-settings
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/collective/volto-social-settings
- Owner: collective
- Created: 2020-06-10T10:30:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T13:25:37.000Z (3 months ago)
- Last Synced: 2024-10-29T10:45:58.585Z (3 months ago)
- Language: JavaScript
- Size: 175 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-volto - volto-social-settings - Add-on for manage a list of social network links on Volto (Addons)
README
# volto-social-settings
A widget for [Volto](https://github.com/plone/volto) to insert values for any language enabled
To be used with: [collective.volto.socialsettings](https://github.com/collective/collective.volto.socialsettings)
To be used with mrs-developer, see [Volto docs](https://docs.voltocms.com/customizing/add-ons/) 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:
```jsx
import { SocialLinks } from 'volto-social-settings'const YourAppComponent = () =>
```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 itemOr, 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.