{"id":13543583,"url":"https://github.com/plouc/react-svg-buttons","last_synced_at":"2025-04-05T18:07:19.221Z","repository":{"id":57345950,"uuid":"38967213","full_name":"plouc/react-svg-buttons","owner":"plouc","description":"React configurable animated svg buttons","archived":false,"fork":false,"pushed_at":"2024-01-20T20:16:42.000Z","size":898,"stargazers_count":227,"open_issues_count":2,"forks_count":28,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-29T17:13:14.259Z","etag":null,"topics":["animated","icons","morph","react","svg"],"latest_commit_sha":null,"homepage":"http://plouc.github.io/react-svg-buttons/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plouc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2015-07-12T15:41:31.000Z","updated_at":"2024-12-31T18:49:16.000Z","dependencies_parsed_at":"2024-06-18T17:08:05.793Z","dependency_job_id":"1c4ad33b-b50b-4197-84b1-6d973495689f","html_url":"https://github.com/plouc/react-svg-buttons","commit_stats":{"total_commits":32,"total_committers":2,"mean_commits":16.0,"dds":0.34375,"last_synced_commit":"50bb7020323fa9e7f09c87336f5bec7157d0819f"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plouc%2Freact-svg-buttons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plouc%2Freact-svg-buttons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plouc%2Freact-svg-buttons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plouc%2Freact-svg-buttons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plouc","download_url":"https://codeload.github.com/plouc/react-svg-buttons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378142,"owners_count":20929296,"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":["animated","icons","morph","react","svg"],"created_at":"2024-08-01T11:00:33.433Z","updated_at":"2025-04-05T18:07:19.200Z","avatar_url":"https://github.com/plouc.png","language":"JavaScript","funding_links":[],"categories":["UI Components","Demos","\u003csummary\u003eUI Components\u003c/summary\u003e","JavaScript"],"sub_categories":["Miscellaneous"],"readme":"# React SVG buttons\n\n[![Version][npm-image]][npm-url]\n\nThis package provides a `\u003cMorphIcon /\u003e` component used to compose available buttons,\nit's able to morph from whatever icon type to another one.\n  \nThe `\u003cMorphIcon /\u003e` component exposes 18 icon types.\n\nIt also provides a set of button components.\n\nPlease, take a look at the [demo](http://plouc.github.io/react-svg-buttons/).\n\n\n## Installation\n\n```\nnpm install --save react-svg-buttons\n```\n\n## Usage\n\n```javascript\nimport { render } from 'react-dom'\nimport {\n    MorphIcon,\n    CloseButton,\n    NavButton,\n    PlusButton,\n} from 'react-svg-buttons'\n\nconst Demo = () =\u003e (\n    \u003cdiv\u003e\n        \u003cMorphIcon type=\"thunderbolt\" /\u003e\n        \u003cCloseButton /\u003e\n        \u003cNavButton direction=\"right\" opened={false} /\u003e\n        \u003cPlusButton /\u003e\n    \u003c/div\u003e\n)\n\nrender(\u003cDemo /\u003e, document.getElementById('demo'))\n```\n\n## License\n\nMIT. Copyright (c) 2015 Raphaël Benitte.\n\n[npm-image]: https://img.shields.io/npm/v/react-svg-buttons.svg?style=flat-square\n[npm-url]:   https://www.npmjs.org/package/react-svg-buttons\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplouc%2Freact-svg-buttons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplouc%2Freact-svg-buttons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplouc%2Freact-svg-buttons/lists"}