
npm install svelte-pell
npm i -D svelte-pell
`
#### 2. Basic Usage
`html
`
#### 3. Configuration
`html
// Refer to https://github.com/jaredreich/pell for all configuration options.
defaultParagraphSeparator="div"
styleWithCSS={false}
actions={[
'bold',
'underline',
'strikethrough'
]}
classes={{
actionbar: 'pell-actionbar',
button: 'pell-button',
content: 'pell-content',
selected: 'pell-button-selected'
}}
/>
`
#### 4. Binding to Change Event
This is most likely-unnecessary since you can use bind:html Instead but:
`html
``