feedbacky-svelte-firebase
TypeScript icon, indicating that this package has built-in type declarations

1.0.14 • Public • Published

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

Package Sidebar

Install

npm i feedbacky-svelte-firebase

Weekly Downloads

0

Version

1.0.14

License

MIT

Unpacked Size

10.4 kB

Total Files

10

Last publish

Collaborators

  • stefanvkvc