cheddam / silverstripe-switchflit
Provides a quick switch UI based on your DataObject.
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 5
Forks: 2
Open Issues: 9
Type:silverstripe-module
Requires
- php: ^5.4
- silverstripe/framework: ^3.1
This package is auto-updated.
Last update: 2024-10-29 03:53:34 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
.