{"id":13696844,"url":"https://github.com/ekhmoi/fab-toolbar","last_synced_at":"2025-05-03T17:32:12.537Z","repository":{"id":182091548,"uuid":"69704656","full_name":"ekhmoi/fab-toolbar","owner":"ekhmoi","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-18T16:38:26.000Z","size":8639,"stargazers_count":31,"open_issues_count":0,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-13T00:33:07.045Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ekhmoi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-30T21:52:22.000Z","updated_at":"2023-07-18T16:38:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"86b01304-8c3a-48b4-9fa7-52cb111bb219","html_url":"https://github.com/ekhmoi/fab-toolbar","commit_stats":null,"previous_names":["ekhmoi/fab-toolbar"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekhmoi%2Ffab-toolbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekhmoi%2Ffab-toolbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekhmoi%2Ffab-toolbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekhmoi%2Ffab-toolbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ekhmoi","download_url":"https://codeload.github.com/ekhmoi/fab-toolbar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252226831,"owners_count":21714876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T18:00:48.358Z","updated_at":"2025-05-03T17:32:12.510Z","avatar_url":"https://github.com/ekhmoi.png","language":"TypeScript","funding_links":[],"categories":["Components","UI","Complete projects"],"sub_categories":["Menu, Tabs"],"readme":"\n\nVersion 0.0.2\n\n\n# fab-toolbar\nA Material Design Fab Toolbar is Ionic v2 component which uses Ionic's fab buttons, buttons.\n\nThe floating action button can transform into a toolbar upon press or from a toolbar upon scroll. The toolbar can contain related actions, text and search fields, or any other items that would be useful at hand.\n\n## Usage\n```\n\u003cfab-toolbar [position]=\"'left\" [color]=\"'light'\" [icon]=\"'more'\" [enableBackdropDismiss]=\"'false'\" [buttons]=\"buttons\"\u003e\u003c/fab-toolbar\u003e\n```\n\n```\n\nbuttons =  [\n      {icon: 'mail', title: 'Mail', color: 'dark', handler: ()=\u003e {console.log('close me')}},\n      {icon: 'alarm', title: 'Alarm', color: 'dark', handler: ()=\u003e {console.log('close me')}},\n      {icon: 'laptop', title: 'Laptop', color: 'dark', handler: ()=\u003e {console.log('dont close me'); return false}}\n    ]\n```\n\n## Options\n\n* color: string - color variable of the fab button\n* position: string - `left` or `right`\n* icon: string - icon of the fab button\n* enableBackdropDismiss: boolean - if false fab toolbar will stay open on click backdrop\n* buttons: Array\u003c{icon?: string, title?: string, color?: string, handler?: function}\u003e if handler will return false toolbar will not close \n\n## Install\nGet files inside dist folder and copy to your project\n\n* starting from Ionic 2 RC0.0 (AoT) you should provide all components inside app.module.ts \n\n```\nimport { FabToolbar } from '../pages/fab-toolbar/fab-toolbar';\n\n@NgModule({\n  declarations: [\n    FabToolbar\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp)\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    FabToolbar\n  ]\n})\n```\n##Demo\n\n\n![alt tag](https://github.com/ekhmoi/Ionic-Component-fab-toolbar/blob/master/demo/Fab%20Toolbar.gif)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekhmoi%2Ffab-toolbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fekhmoi%2Ffab-toolbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekhmoi%2Ffab-toolbar/lists"}