0.0.8 • Published 11 months ago

@datepicker-suggest/core v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

datepicker-suggest-core

Core package for datepicker-suggest: it contains logic for generating suggestions based on an input text. It is used internally by @datepicker-suggest/react to build a selection input in React.

Example usage

    const engine = new SuggestionEngine();
    const suggestions = engine.generateSuggestions('Last');
0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago