{"id":15175318,"url":"https://github.com/fdmediagroep/fdmg-ts-react-image","last_synced_at":"2025-10-01T12:31:10.288Z","repository":{"id":57112621,"uuid":"111928899","full_name":"FDMediagroep/fdmg-ts-react-image","owner":"FDMediagroep","description":"ReactJS Image component","archived":true,"fork":false,"pushed_at":"2020-05-07T09:00:50.000Z","size":198,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-09-27T12:22:36.360Z","etag":null,"topics":["component","enzyme","fdmg","jest","react","reactjs","tslint","typescript","typescript2"],"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/FDMediagroep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-24T14:49:26.000Z","updated_at":"2023-01-28T14:40:38.000Z","dependencies_parsed_at":"2022-08-21T11:00:29.620Z","dependency_job_id":null,"html_url":"https://github.com/FDMediagroep/fdmg-ts-react-image","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FDMediagroep%2Ffdmg-ts-react-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FDMediagroep%2Ffdmg-ts-react-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FDMediagroep%2Ffdmg-ts-react-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FDMediagroep%2Ffdmg-ts-react-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FDMediagroep","download_url":"https://codeload.github.com/FDMediagroep/fdmg-ts-react-image/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219875436,"owners_count":16554678,"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":["component","enzyme","fdmg","jest","react","reactjs","tslint","typescript","typescript2"],"created_at":"2024-09-27T12:22:41.989Z","updated_at":"2025-10-01T12:31:09.992Z","avatar_url":"https://github.com/FDMediagroep.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e :exclamation: **DEPRECATED** :exclamation: : Superseded by @fdmg/design-system. See: https://github.com/FDMediagroep/fd-design-system\n\n# fdmg-ts-react-image\n\n[![Build Status](https://travis-ci.org/FDMediagroep/fdmg-ts-react-image.svg?branch=master)](https://travis-ci.org/FDMediagroep/fdmg-ts-react-image)\n[![Coverage Status](https://coveralls.io/repos/github/FDMediagroep/fdmg-ts-react-image/badge.svg?branch=master)](https://coveralls.io/github/FDMediagroep/fdmg-ts-react-image?branch=master)\n[![npm version](https://badge.fury.io/js/%40fdmg%2Fts-react-image.svg)](https://badge.fury.io/js/%40fdmg%2Fts-react-image)\n[![Greenkeeper badge](https://badges.greenkeeper.io/FDMediagroep/fdmg-ts-react-image.svg)](https://greenkeeper.io/)\n\n[ReactJS](https://reactjs.org/) Image component. This component renders an image.\n\n## Installation\n- Run `npm i --save-dev @fdmg/ts-react-image`\n\nor\n\n- Run `yarn add @fdmg/ts-react-image --dev`\n\n## Usage\n### TypeScript\n```\nimport * as React from 'react';\nimport Img from 'fdmg-ts-react-image';\n\nexport default class foo {\n    public state: any;\n    public props: any;\n\n    constructor(props: any) {\n        super(props);\n        this.props = props;\n    }\n\n    render() {\n        return (\n            \u003cImg\n                src={\"img/button.svg\"} \n                className=\"image-btn btn\"\n                alt=\"Special button\"\n            /\u003e\n        );\n    }\n}\n```\n\n### Resulting HTML\n```\n    \u003cimg src=\"img/button.svg\" alt=\"Special button\" class=\"image-btn btn\"/\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdmediagroep%2Ffdmg-ts-react-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffdmediagroep%2Ffdmg-ts-react-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdmediagroep%2Ffdmg-ts-react-image/lists"}