0.0.8 • Published 5 years ago

@simpleblocks/components v0.0.8

Weekly downloads
1
License
AGPL-3.0-or-later
Repository
github
Last release
5 years ago

SimpleBlocks Components (Blocks)


⚠️ 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.

Available components:

Static components

  • Div
  • Image
  • SVG
  • Text
  • Container
  • Section
  • Icon

Dynamic components

  • ShowIf
  • Dynamic Text
  • Section Component

More details to come...