Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitconcept/volto-blocks
Volto Blocks (by kitconcept)
https://github.com/kitconcept/volto-blocks
Last synced: about 2 months ago
JSON representation
Volto Blocks (by kitconcept)
- Host: GitHub
- URL: https://github.com/kitconcept/volto-blocks
- Owner: kitconcept
- License: mit
- Created: 2019-03-07T11:10:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T10:45:00.000Z (9 months ago)
- Last Synced: 2024-11-05T00:35:04.504Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.88 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-volto - volto-blocks - Miscellaneous blocks (Addons)
README
# Volto Blocks
![kitconcept GmbH](https://raw.githubusercontent.com/kitconcept/volto-form-builder/master/kitconcept.png)
A Volto Blocks which helps you creating beautiful website using Volto.
## List of Blocks we have currently
- Accordion (based on eea accordion)
- Carousel
- Slider ("HighlightSlider")
- TextPill -> Bad name
- Highlight
- Button
- Headline (not in Volto blocks yet)
- Parallax (not in Volto blocks yet)
- Separator (not in Volto blocks yet)
- TeaserGrid (grid block subblock)?### Unclear
- Grid (as mini-framework to build one dimensional grid systems, like the TeaserGrid)
- TeaserHero
- ImagesGrid
- SimpleBlocks
- TextBody### Deprecated (as for 5.0)
- Cards
- Card
- BlockModal
- Listing (already in Volto since 5?)
- SidebarTextWidget## Widgets
- VariationsWidget
- ObjectListWidget
- ObjectWidget
- SimpleColorPicker## Component helpers
- BlockRenderer
- SchemaRenderer
- MaybeWrap
- TemplateChooserImageGrid
![ImageGrid GmbH](https://github.com/kitconcept/volto-blocks/raw/master/ImageGrid.png)
TeasrGrid
![TeasrGrid](https://github.com/kitconcept/volto-blocks/raw/master/TeaserGrid.png)
TemplateChooser
![TemplateChooser](https://github.com/kitconcept/volto-blocks/raw/master/TemplateChooser.png)
TeaserHero
![TeaserHero](https://github.com/kitconcept/volto-blocks/raw/master/TeaserHero.png)
- DragDropList (from eea, improved, might need to contribute back)
- Variations
- BlockWrapperEnhancer
- VariationsWidget## Locally developing the individual package.
You just need to update your mrs.developer.json like this.
```
"kitconcept.volto-blocks": {
"packages": {
"@kitconcept/volto-blocks": "./src",
"@kitconcept/volto-separator-block": "packages/volto-separator-block"
},
"url": "[email protected]:kitconcept/volto-blocks.git",
"branch": "separator-block"
},
```### Deprecated
- ConditionalLink (already in Volto since X?)