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

@loremlabs/monet

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loremlabs/monet

Monet is a monetization pattern library with example web components.

0.0.1
Version published
Weekly downloads
1
-50%
Maintainers
2
Weekly downloads
 
Created

Monet

Monet is a monetization pattern library with example web components.

Monetization patterns can be explored via Storybook. These patterns are then built into the monet library.

Library Usage

<!-- in head -->
<script src="https://monet-elements.vercel.app/elements/monet-riser.js" defer></script>

<!-- then somewhere in body -->
<monet-riser></monet-riser>

Storybook

# Storybook
npm start

Developing Components

Install

npm ci

Dev

# Dev Builds (watch mode)
# run following to two separate terminals:
npx nodemon -w src npm run build:elements-base
npm run build:elements -- -w

Production build

npm run build

FAQs

Package last updated on 10 Jun 2021

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