Socket
Book a DemoInstallSign in
Socket

not-paid-svelte

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

not-paid-svelte

This project is inspired by [kleampa/not-paid]('https://github.com/kleampa/not-paid'). I found the project interesting and funny and through this project I decided to publish my contribution made with SvelteKit!

1.0.0
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

NotPaid

This project is inspired by kleampa/not-paid. I found the project interesting and funny and through this project I decided to publish my contribution made with SvelteKit!

Installation & Usage

To install the package with npm run the following:

npm install not-paid-svelte

Then you can import the component with

<script>
    import NotPaid from 'not-paid-svelte';
<script>

And use it like this:

<NotPaid days_deadline={60} due_date={new Date('2024-06-5')} />

If you don't want the whole page to slowly fade away but just a small part, then you can do the following:

<NotPaid days_deadline={60} due_date={new Date('2024-06-5')} global={false}>
    <h1>This will disappear</h1>
</NotPaid>

Keywords

svelte

FAQs

Package last updated on 05 Jul 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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.