{"id":15110316,"url":"https://github.com/fdmediagroep/fdmg-ts-react-h2","last_synced_at":"2025-09-27T12:32:15.795Z","repository":{"id":57233816,"uuid":"110943731","full_name":"FDMediagroep/fdmg-ts-react-h2","owner":"FDMediagroep","description":"ReactJS H2 component","archived":true,"fork":false,"pushed_at":"2020-05-07T08:49:34.000Z","size":428,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-01-06T09:43:36.891Z","etag":null,"topics":["component","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-16T08:23:18.000Z","updated_at":"2023-01-28T14:40:38.000Z","dependencies_parsed_at":"2022-08-27T13:54:39.066Z","dependency_job_id":null,"html_url":"https://github.com/FDMediagroep/fdmg-ts-react-h2","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FDMediagroep%2Ffdmg-ts-react-h2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FDMediagroep%2Ffdmg-ts-react-h2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FDMediagroep%2Ffdmg-ts-react-h2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FDMediagroep%2Ffdmg-ts-react-h2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FDMediagroep","download_url":"https://codeload.github.com/FDMediagroep/fdmg-ts-react-h2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234437983,"owners_count":18832597,"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","fdmg","jest","react","reactjs","tslint","typescript","typescript2"],"created_at":"2024-09-25T23:44:14.720Z","updated_at":"2025-09-27T12:32:10.514Z","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-h2\n\n[![Build Status](https://travis-ci.org/FDMediagroep/fdmg-ts-react-h2.svg?branch=master)](https://travis-ci.org/FDMediagroep/fdmg-ts-react-h2)\n[![Coverage Status](https://coveralls.io/repos/github/FDMediagroep/fdmg-ts-react-h2/badge.svg?branch=master)](https://coveralls.io/github/FDMediagroep/fdmg-ts-react-h2?branch=master)\n[![npm version](https://badge.fury.io/js/%40fdmg%2Fts-react-h2.svg)](https://badge.fury.io/js/%40fdmg%2Fts-react-h2)\n[![Greenkeeper badge](https://badges.greenkeeper.io/FDMediagroep/fdmg-ts-react-h2.svg)](https://greenkeeper.io/)\n\n[ReactJS](https://reactjs.org/) H2 component. This component renders an H2 header.\nYou might think it silly to have this as a separate component. But when you use an H2-element multiple times in your\nproject then having that as a component might eventually save you some bytes.\n\n## Installation\n- Run `npm i --save-dev @fdmg/ts-react-h2`\n\nor\n\n- Run `yarn add @fdmg/ts-react-h2 --dev`\n\n## Usage\n### TypeScript\n```\nimport * as React from 'react';\nimport H2 from 'fdmg-ts-react-h2';\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 (\u003cH2 className={'css-class-name'}\u003etitle\u003c/H2\u003e);\n    }\n}\n```\n\n### Resulting HTML\n```\n    \u003ch2 class=\"css-class-name\"\u003etitle\u003c/h2\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdmediagroep%2Ffdmg-ts-react-h2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffdmediagroep%2Ffdmg-ts-react-h2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdmediagroep%2Ffdmg-ts-react-h2/lists"}