Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@Uninen Uninen released this 27 Jan 16:41
· 13 commits to main since this release
18b76cb

The markup is now 100% customizable through Vue slots. Basic usage is still the same, you only need one simple tag.

New Features

  • Made all markup fully customizable through slots.
  • Added following named exports: JsonSearch, ResultList, ResultListItem, ResultTitle, SearchInput, SearchResults

Changed

  • Removed default import.
  • Changed default CSS to use classes instead of ids to allow multiple components on a page.