fastcomments-svelte
v1.0.2
Published
A set of Svelte widgets and wrappers for FastComments. `src/routes` contains runnable examples - simply run:
Downloads
2
Readme
fastcomments-svelte
A set of Svelte widgets and wrappers for FastComments. src/routes
contains runnable examples - simply run:
npm install
npm run dev
Then you can see all the widgets and edit them - for example to put in your own tenant id or try different configuration.
TypeScript has been used so that you can inspect the config objects for each widget to see what options they take.
Widgets
This library currently contains the following widgets:
It also features examples for:
Developing
Once you've installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Everything inside src/lib
is part of the library, everything inside src/routes
is the showcase.
Building
To build:
npm run package