https://github.com/shaileshdevs/gutenberg-block-pricing-table
Use this Pricing Table Gutenberg Block to add pricing table on your page/ post.
https://github.com/shaileshdevs/gutenberg-block-pricing-table
gutenberg gutenberg-block wordpress wordpress-plugin
Last synced: 3 months ago
JSON representation
Use this Pricing Table Gutenberg Block to add pricing table on your page/ post.
- Host: GitHub
- URL: https://github.com/shaileshdevs/gutenberg-block-pricing-table
- Owner: shaileshdevs
- License: gpl-2.0
- Created: 2023-03-22T12:48:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T07:38:58.000Z (over 1 year ago)
- Last Synced: 2025-02-07T18:51:47.896Z (4 months ago)
- Topics: gutenberg, gutenberg-block, wordpress, wordpress-plugin
- Language: JavaScript
- Homepage:
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gutenberg Block Pricing Table
- Use this Gutenberg Block to add pricing table on your page/ post.
- It also provides the settings to change the price color, list item colors and CTA button colors.## The following files are being used for all plugin functionalities
```
├── build
│ ├── block.json
│ ├── index.asset.php
│ ├── index.css
│ ├── index.js
│ └── style-index.css
└── shailesh-gutenberg-blocks.php
```
Steps
*Step 1 - Go to Post Edit Page*
*Step 2 - Search the Gutenberg block Pricing Table and include it in the Post*
*Step 3 - Configure the Pricing Table block as per your requirement*
*Step 4 - That's it. View Your Pricing Table on the Post*
