1.4.0 • Published 5 years ago

memo-elements v1.4.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

memo-elements

Collection of HTML Elements which provide idea/inspiration memo.
With WebComponents technology, you can acquire memo widgets rapidly (minimum Two line of code!).

demo_gif

Demo

Check Live Demo!!

What this package can do

Current widgets are

  • memo-widget: persistent memo (item saved in browser)
  • memo-input-widget: input-only <memo-widget>
  • memo-output-widget: output-only <memo-widget>

How to Use

In your HTML file,

<script src="https://cdn.jsdelivr.net/npm/memo-elements"></script>
<memo-widget storageid="YourPreferID"></memo-widget>

That's all!!

Future dev.

list length

tech.

  • card scrolling
  • Overflow menu

Currently, both are not implemented in MDC-Web.