{"id":26586517,"url":"https://github.com/asfand-dev/react-facebook-emoji","last_synced_at":"2025-03-23T11:19:04.638Z","repository":{"id":57333245,"uuid":"148508594","full_name":"asfand-dev/react-facebook-emoji","owner":"asfand-dev","description":"Easy to use Facebook emojis for react applications","archived":false,"fork":false,"pushed_at":"2023-03-02T07:45:06.000Z","size":2461,"stargazers_count":22,"open_issues_count":7,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-19T05:34:07.256Z","etag":null,"topics":["animated","emojis","facebook","react"],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/asfand-dev.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":"2018-09-12T16:20:46.000Z","updated_at":"2024-12-01T12:18:02.000Z","dependencies_parsed_at":"2024-09-22T14:43:04.432Z","dependency_job_id":null,"html_url":"https://github.com/asfand-dev/react-facebook-emoji","commit_stats":{"total_commits":7,"total_committers":4,"mean_commits":1.75,"dds":0.4285714285714286,"last_synced_commit":"2ca7d78a3f72412758fa850f96c5e79a5edcb0bd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asfand-dev%2Freact-facebook-emoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asfand-dev%2Freact-facebook-emoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asfand-dev%2Freact-facebook-emoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asfand-dev%2Freact-facebook-emoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asfand-dev","download_url":"https://codeload.github.com/asfand-dev/react-facebook-emoji/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245091076,"owners_count":20559338,"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","emojis","facebook","react"],"created_at":"2025-03-23T11:19:04.113Z","updated_at":"2025-03-23T11:19:04.625Z","avatar_url":"https://github.com/asfand-dev.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Facebook Emoji\nEasy to use facebook animated Emojis\n\n## See it in action\n[demo](https://asfand-dev.github.io/react-facebook-emoji/)\n\n## How to use it\n### Install the npm package\n```sh\n$ npm i --save react-facebook-emoji\n```\n\n### Use it in your component\n```javascript\nimport React from 'react';\nimport FacebookEmoji from 'react-facebook-emoji';\n\nexport const sampleComponent = () =\u003e (\n    \u003cFacebookEmoji /\u003e\n);\n```\n### Preview\n![preview](https://raw.githubusercontent.com/asfandiyark7/react-facebook-emoji/master/docs/images/single.gif)\n\n\nProperty | Values | Default Value\n-------- | ------ | -------------\ntype | like, love, yay, wow, angry, haha, sad | like\nsize | xxs, xs, sm, md, lg, xl, xxl, xxl | md\n\n\n### Using different types\n```javascript\nimport React from 'react';\nimport FacebookEmoji from 'react-facebook-emoji';\n\nexport const sampleComponent = () =\u003e (\n    \u003cdiv\u003e\n        \u003cFacebookEmoji type=\"like\"/\u003e\n        \u003cFacebookEmoji type=\"love\"/\u003e\n        \u003cFacebookEmoji type=\"wow\"/\u003e\n        \u003cFacebookEmoji type=\"yay\"/\u003e\n        \u003cFacebookEmoji type=\"angry\"/\u003e\n        \u003cFacebookEmoji type=\"haha\"/\u003e\n        \u003cFacebookEmoji type=\"sad\"/\u003e\n    \u003c/div\u003e\n);\n```\n### Preview\n![Types](https://raw.githubusercontent.com/asfandiyark7/react-facebook-emoji/master/docs/images/types.gif)\n\n\n### Using different sizes\n```javascript\nimport React from 'react';\nimport FacebookEmoji from 'react-facebook-emoji';\n\nexport const sampleComponent = () =\u003e (\n    \u003cdiv\u003e\n        \u003cFacebookEmoji type=\"like\" size=\"xxs\"/\u003e\n        \u003cFacebookEmoji type=\"like\" size=\"xs\"/\u003e\n        \u003cFacebookEmoji type=\"like\" size=\"sm\"/\u003e\n        \u003cFacebookEmoji type=\"like\" size=\"md\"/\u003e\n        \u003cFacebookEmoji type=\"like\" size=\"lg\"/\u003e\n        \u003cFacebookEmoji type=\"like\" size=\"xl\"/\u003e\n        \u003cFacebookEmoji type=\"like\" size=\"xxl\"/\u003e\n        \u003cFacebookEmoji type=\"like\" size=\"xxxl\"/\u003e\n    \u003c/div\u003e\n);\n```\n### Preview\n![Sizes](https://raw.githubusercontent.com/asfandiyark7/react-facebook-emoji/master/docs/images/sizes.gif)\n\n\nPlease feel free to contact if you have any problem while using this package, I always like to help and solve the problems of other people.\n\nEmail:  asfand.dev@gmail.com\u003cbr /\u003e\nWebsite:  [asfand-dev.github.io](https://asfand-dev.github.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasfand-dev%2Freact-facebook-emoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasfand-dev%2Freact-facebook-emoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasfand-dev%2Freact-facebook-emoji/lists"}