cheddam / silverstripe-switchflit
Provides a quick switch UI based on your DataObject.
Package info
Type:silverstripe-module
pkg:composer/cheddam/silverstripe-switchflit
v1.0.0
2016-10-29 12:17 UTC
Requires
- php: ^5.4
- silverstripe/framework: ^3.1
This package is auto-updated.
Last update: 2026-03-01 00:10:36 UTC
README
A plug-and-play quick-switch UI for SilverStripe DataObjects.
Premise
Quick-Switcher UIs are super useful for power users, and available today in a variety of applications and forms, such as Slack, Sublime Text, and Spotlight. With SwitchFlit, you can specify a DataObject's Name and Link fields and immediately enable a basic Quick-Switcher in your web app.
Installation / Configuration
composer require cheddam/silverstripe-switchflit
See the installation guide for basic setup.
Technologies Used
SwitchFlit uses Vue to power its UI, assisted by Fuse.js for fuzzy-search.
Contributing
See CONTRIBUTING.md.
