buepro / typo3-flux-elements
TYPO3 extension providing content elements powered by flux and bootstrap. Available elements: container, columns, tabs, accordion, tile unit and card.
Installs: 453
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Language:HTML
Type:typo3-cms-extension
Requires
- fluidtypo3/flux: ^9 || dev-master || dev-development
- fluidtypo3/vhs: ^6.0.5
- typo3/cms-core: ^10.4.11 || ^11.1@dev || dev-master
Requires (Dev)
- roave/security-advisories: dev-master
Replaces
- buepro/typo3-flux_elements: v1.4.1
- typo3-ter/flux-elements: v1.4.1
README
ATTENTION:
This extension is further maintained by community support. Please contact the author if you are interested in further development and bug fixes on a commercial basis.
As an alternative the extension container_elements could be used. It provides similar functionality using container.
TYPO3 flux_elements
This TYPO3 extension provides elements to further structure the content area. It is powered by the flux extension. Many thanks to the FluidTYPO3 Team!
Currently the following elements are available: container, columns, registers, accordion, tile unit and card.
The extension is intended to be used together with the bootstrap framework.
Example contents
Columns, tabs and accordion
The following image shows the usage from a two columns flux element containing a tabs flux element in the left column and an accordion flux element in the right column. Three and four columns flux elements are available too.
Container and cards
The container flux element adds freedom in designing the layout. It might be used to group elements as well as to
enhance the functionality. In the below shown image the Container type
property from the flux container element has
been set to Card deck
and accommodates two card flux elements.
Tile unit
The tile unit flux elements can be used to create panels showing tiles.
Tiles aren't yet supported by the bootstrap framework hence on bare installations won't show up as expected. To get started using tile units the extension pizpalue might be checked out.