https://github.com/gravity-ui/page-constructor-addons
Components and plugins for page-constructor
https://github.com/gravity-ui/page-constructor-addons
Last synced: 2 months ago
JSON representation
Components and plugins for page-constructor
- Host: GitHub
- URL: https://github.com/gravity-ui/page-constructor-addons
- Owner: gravity-ui
- License: mit
- Created: 2023-11-30T14:14:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T11:01:47.000Z (over 2 years ago)
- Last Synced: 2025-08-17T04:35:53.593Z (10 months ago)
- Language: TypeScript
- Size: 696 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# @gravity-ui/page-constructor-addons · [](https://www.npmjs.com/package/@gravity-ui/page-constructor-addons) [](https://github.com/gravity-ui/page-constructor-addons/actions/workflows/ci.yml?query=branch:main) [](https://github.com/gravity-ui/page-constructor-addons/actions/workflows/release.yml?query=branch:main) [](https://preview.yandexcloud.dev/page-constructor-addons/)
# Page constructor addons
`page-constructor-addons` it is a set of components and plugins working with [@gravity-ui/page-constrcutor](https://github.com/gravity-ui/page-constructor) and extending it's functionality.
## Install
```shell
npm install @gravity-ui/page-constructor-addons
```
## Development
```bash
npm ci
npm run dev
```
## Run Tests
```bash
npm run test
```
## Build
```bash
npm run build
```