rsdavis / svelte-drawer

A Svelte component of a drawer that slides in from the side of the screen
20 stars 2 forks source link

Fix in readme usage #1

Closed marcomelilli closed 3 years ago

marcomelilli commented 3 years ago

Hi, thank you the component works very well. I wanted to report you that in the readme the import should be:

import Drawer from 'svelte-drawer-component'

rsdavis commented 3 years ago

Thank you for reporting :) I've updated the readme with your suggestion.