0.2.0 • Published 3 years ago

@frontkom/section-row v0.2.0

Weekly downloads
116
License
MIT
Repository
github
Last release
3 years ago

Section Row

A collection of blocks that compose together to create flexible sections. The structure of the blocks are as follows:

  • Section Row
    • Row Inner One Column
      • Section Cell
    • Row Inner Two Columns
      • Section Cell
      • Section Cell
    • Row Inner Gallery
      • Section Cell
      • Section Cell
      • Section Cell

Section Row Block

Section row is the root block where we can add on or more of the following blocks in any order.

  • Row Inner One Column
  • Row Inner Two Columns
  • Row Inner Gallery

Settings

  • Html element div, section
  • Width
  • Height
  • Behind page header
  • Background image
  • Background image position
  • Background image size
  • Background color
  • Background color opacity
  • Top and bottom padding
  • Top and bottom margin
  • Vertical align content top, center, bottom
  • Skip link

Row Inner One Column Block

Row inner one column can be put inside Section Row, and has a Row Cell child block.

Settings

Row Inner Two Column Block

Row inner two columns can be put inside Section Row, and has two Row Cell child blocks.

Settings

Row Inner Gallery Block

Row inner gallery columns can be put inside Section Row, and has two or more Row Cell child blocks.

Settings

Row cell

Row cell is child block of any Row Inner block, and any block can be put inside it.

Settings

Intallation

This project was bootstrapped with Create Cloud Block.

Below you will find some information on how to run scripts.

npm start

  • Use to compile and run the block in development mode.
  • Live reload is not supported currently.

npm run build

  • Use to build production code for your block inside build folder.

npm run deploy

  • Use to publish the block to NPM
  • It will become available in Gutenberg Cloud in a few minutes
0.2.0

3 years ago

0.1.0

4 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago