@quenty/snackbar
Version:
Snackbars provide lightweight feedback on an operation at the base of the screen. They automatically disappear after a timeout or user interaction. There can only be one on the screen at a time.
33 lines (32 loc) • 599 B
JSON
{
"name": "SnackbarTest",
"globIgnorePaths": [
"**/.package-lock.json",
"**/.pnpm",
"**/.pnpm-workspace-state-v1.json",
"**/.modules.yaml",
"**/.ignored",
"**/.ignored_*"
],
"tree": {
"$className": "DataModel",
"ServerScriptService": {
"$properties": {
"LoadStringEnabled": true
},
"snackbar": {
"$path": ".."
},
"Script": {
"$path": "scripts/Server"
}
},
"StarterPlayer": {
"StarterPlayerScripts": {
"Main": {
"$path": "scripts/Client"
}
}
}
}
}