1.0.14 • Published 2 years ago

feedbacky-svelte-firebase v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Svelte + TS + Vite + Firebase

Here is DEMO

Install

npm i feedbacky-svelte-firebase

Usage

// Import components from feedbacky-svelte-firebase
<script lang="ts">
  import { FeedbackButton, FeedbackListButton } from 'feedbacky-svelte-firebase';
</script>

// add components to html
<main>
  <FeedbackButton />
  <FeedbackListButton />
<main>

Usage in pure html

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" type="image/svg+xml" href="/vite.svg" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Vite + Svelte + TS + Firebase</title>
    <script type="module" crossorigin src="/assets/index.9b8548c2.js"></script>
    <link rel="stylesheet" href="/assets/index.bdd2d982.css" />
  </head>
  <body>
    <div id="app"></div>
  </body>
</html>

Run the app locally

  • npm install
  • npm run dev
  • npm run build
1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.7

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago