New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

monster-pricing-table

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monster-pricing-table

A custom table to show different pricing options

  • 1.0.0
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Monster Pricing table 📈

This web component shows a single pricing table with dynamic information.

Installation 📦️

You can start using this component right away like this:

  1. CDN <script type="module" src="https://unpkg.com/monster-pricing-table@1.0.0/dist/index.js"></script>
  2. npm npm i monster-pricing-table

The pricing table component receives 2 properties:

  1. Theme
{
    "primary": "#0874de", 
    "secondary": "#FAE427"
}
  1. Pricing information
{
    "title": "Title of the table",
    "subtitle": "Subtitle of the table",
    "ribbon": "Ribbon text",
    "linkLabel": "Label of the bottom button",
    "linkHref": "Link to redirect on click event",
    "footerPriceLabelPartOne": "Pricing information",
    "footerPriceLabelPartTwo": "Pricing information",
    "footerPrice": "Price number",
    "footerDetail": "Extra price information",
    "items": [
        {
            "title": "Item 1 title",
            "caption": "Text in the tooltip element",
            "subtitle": "Item 1 subtitle"
        },
        {
            "title": "Item 2 title",
            "caption": "Text in the tooltip element",
            "subtitle": "Item 2 subtitle"
        },
        ...
    ]}

Using the web component 🏗️:

<monster-pricing-table theme="your_json_theme_data" pricing="your_json_pricing_data"></monster-pricing-table>

Preview

You can see an example of this web component in here ✨: https://codepen.io/Andres2D/pen/oNRYZpo

Keywords

FAQs

Package last updated on 27 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc