plone-ve / volto-accordion-block

A volto group accordion block, checkout a demo at https://eea.github.io/eea-storybook/?path=/story/components-accordion--default

Home Page:https://eea.github.io/eea-storybook/?path=/story/components-accordion--default

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

volto-accordion-block

Releases

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

Volto accordions block.

Features

Volto Block Accordion

Getting started

Try volto-accordion-block with Docker

```bash
git clone https://github.com/eea/volto-accordion-block.git
cd volto-accordion-block
make
make start
```

Go to http://localhost:3000

Add volto-accordion-block to your Volto project

  1. Make sure you have a Plone backend up-and-running at http://localhost:8080/Plone

    docker compose up backend
  2. Start Volto frontend

  • If you already have a volto project, just update package.json:

    "addons": [
        "@eeacms/volto-accordion-block"
    ],
    
    "dependencies": {
        "@eeacms/volto-accordion-block": "*"
    }
  • If not, create one:

    npm install -g yo @plone/generator-volto
    yo @plone/volto my-volto-project --addon @eeacms/volto-accordion-block
    cd my-volto-project
  1. Install new add-ons and restart Volto:

    yarn
    yarn start
  2. Go to http://localhost:3000

  3. Happy editing!

Release

See RELEASE.md.

How to contribute

See DEVELOP.md.

Copyright and license

The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.

See LICENSE.md for details.

Funding

European Environment Agency (EU)

About

A volto group accordion block, checkout a demo at https://eea.github.io/eea-storybook/?path=/story/components-accordion--default

https://eea.github.io/eea-storybook/?path=/story/components-accordion--default

License:MIT License


Languages

Language:JavaScript 92.1%Language:Less 4.3%Language:Makefile 3.3%Language:Dockerfile 0.2%