This repository contains a basic set of components for SimpleBlocks.
npm install @simpleblocks/components*
⚠️ This is part of the SimpleBlock project. You will need to use it with react-render and/or Editor to use them at their full potential.
*
Blocks are functionnal React components that representes the different draggable elements on the site canvas. They range from fundemantal elements like div or image to more complex elements like a Carousel or ImageGallery.
You can use any Block inside another more complex block. For example, ImageGallery will contain multiple div and image elements.
This repository is meant to be a simple base for the most used elements. You can easily create your own or use other packages to extend the elements available in the site editor.
#### Static components
- [x] Div
- [ ] Image
- [ ] SVG
- [ ] Text
- [ ] Container
- [ ] Section
- [ ] Icon
#### Dynamic components
- [ ] ShowIf
- [ ] Dynamic Text
- [ ] Section Component
More details to come...