Skip to content

Commit

Permalink
updated name
Browse files Browse the repository at this point in the history
  • Loading branch information
NatumanyaGuy committed Jul 26, 2023
1 parent 07d5d32 commit f633498
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# svelte-quill
# sveltekit-quill

`svelte-quill` is an unofficial wrapper for Quill.js, designed specifically for seamless integration with SvelteKit projects. This library allows you to easily add rich text editing capabilities to your SvelteKit applications with the flexibility to customize the editor's appearance and behavior to suit your needs.
`sveltekit-quill` is an unofficial wrapper for Quill.js, designed specifically for seamless integration with SvelteKit projects. This library allows you to easily add rich text editing capabilities to your SvelteKit applications with the flexibility to customize the editor's appearance and behavior to suit your needs.

### Features

Expand All @@ -9,10 +9,10 @@

### Installation

You can install the Svelte-Quill component library using npm:
You can install the Sveltekit-Quill component library using npm:

```
npm install svelte-quill
npm install sveltekit-quill
```

### Usage
Expand All @@ -36,7 +36,7 @@ npm install svelte-quill
The following are props you can pass to the Quill component
| Prop | Description |
| --- | ----------- |
| Loading Slot | Set your own loading indicator for the editor as it loads. (svelte-quill uses {#await} for rendering ) |
| Loading Slot | Set your own loading indicator for the editor as it loads. (sveltekit-quill uses {#await} for rendering ) |
| theme | Theme of the editor (`snow` or `bubble`) |
| class| pass css classes to editor |

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "svelte-quill",
"name": "sveltekit-quill",
"version": "0.0.1",
"license": "MIT",
"contributors": [
Expand All @@ -10,13 +10,13 @@
"svelte",
"sveltekit",
"quill",
"svelte-quill",
"sveltekit-quill",
"WYSIWYG",
"rich text editor",
"editor"
],
"author": "Natumanya Guy Muriro <muriro.com> (https://www.muriro.com/)",
"homepage": "https://github.com/NatumanyaGuy/svelte-quill.git",
"homepage": "https://github.com/NatumanyaGuy/sveltekit-quill.git",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
Expand Down Expand Up @@ -62,6 +62,6 @@
"types": "./dist/index.d.ts",
"type": "module",
"dependencies": {
"svelte-quill": "^1.2.0"
"sveltekit-quill": "^1.2.0"
}
}

0 comments on commit f633498

Please sign in to comment.