Skip to content

A JavaScript library providing interactive lists

License

Notifications You must be signed in to change notification settings

westerandr/ListExtender

 
 

Repository files navigation

ListExtender.js

Install

Static (recommended)

<script defer type="text/javascript" src="https://www.julienbl.me/ListExtender/lib/ListExtender.min.js"></script>

Node

npm i list-extender

Getting Started

  1. Create a ListExtender object
const myList = new ListExtender()
  1. Append your list to some parent container in the DOM
myList.appendTo('#containerId')

And that's it! You now have a working extending list in your website!
From here you can customize the list however you see fit. A good place to start would be setting the placeholder and input type.

myList.setPlaceholder('Placeholder Text')
myList.setInputType('email')

For more instructions on using the library, visit:

https://julienbl.me/ListExtender/documentation.html

About

A JavaScript library providing interactive lists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.4%
  • HTML 36.2%
  • CSS 5.4%