Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eucalyptusvc/delay-treatment-trigger

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eucalyptusvc/delay-treatment-trigger

Trigger opens modal to delay a treatment schedule

  • 1.0.0
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
4
Weekly downloads
 
Created
Source

Delay treatment trigger

Description

@eucalyptusvc/delay-treatment-trigger

Button that displays a modal when clicked. The modal has options to delay the treatment by 2 weeks or 1 month.

Usage

<template>
    <delay-treatment-trigger
        class="delay"
        :current-scheduled-date="treatment.nextPayment"
        :on-confirm="onConfirmDelay"
    />
</template>

<script lang="ts">
    import DelayTreatmentTrigger from '@eucalyptusvc/delay-treatment-trigger';
</script>

Development

Storybook

cd .. && yarn storybook

View storybook under 'DelayTreatmentTrigger' at http://localhost:6006/

Building

yarn && yarn build

If you want to edit the component while consuming it run:

yarn link in this package, and yarn link @eucalyptusvc/delay-treatment-trigger in the directory consuming it.

Every time you change this package, make sure you run yarn build or set up a watcher, so that the dist files are updated.

FAQs

Package last updated on 07 Apr 2020

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