Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.11 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.11 KB

README

Simple select widget implemented using Svelte

Styling

  • Uses bootstrap 4

Fetures

  • fetching of data from local or REST API
  • Support infinite scrolling fetch more logic
  • support keyboard, mouse, touch scrolling and selection
  • extends existing "input" widget in form, thus integrates with existing web forms

Example

Rails webpacker version

Rails sprockets4 version

DEMO

webpacker version

https://host.ikari.fi/svelte_test/select

sprockets4 version

https://host.ikari.fi/test

Development

##¤ BUILD

bash yarn run build

RELEASE

bash yarn publish