{"id":17222729,"url":"https://github.com/marksteve/react-components","last_synced_at":"2025-03-25T16:21:39.975Z","repository":{"id":25735957,"uuid":"29173370","full_name":"marksteve/react-components","owner":"marksteve","description":"A collection of React components","archived":false,"fork":false,"pushed_at":"2015-07-29T05:06:07.000Z","size":600,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T14:24:13.812Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://marksteve.com/react-components","language":"JavaScript","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/marksteve.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}},"created_at":"2015-01-13T04:53:42.000Z","updated_at":"2015-04-26T02:13:34.000Z","dependencies_parsed_at":"2022-08-06T07:01:16.285Z","dependency_job_id":null,"html_url":"https://github.com/marksteve/react-components","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Freact-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Freact-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Freact-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Freact-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marksteve","download_url":"https://codeload.github.com/marksteve/react-components/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245496041,"owners_count":20624824,"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-10-15T04:06:13.190Z","updated_at":"2025-03-25T16:21:39.953Z","avatar_url":"https://github.com/marksteve.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-components\n\nA collection of React components\n\n## Install\n\n```bash\nnpm install marksteve/react-components\n```\n\n## Usage\n\n```javascript\nvar rc = require('react-components');\n```\n\n## Toggable\n\n[Demo](https://marksteve.com/react-components#toggable)\n\nToggle through the `toggled` property\n\n```html\n\u003crc.Toggable\n  className=\"overlay\"\n  toggled={this.state.overlayVisible}\n/\u003e\n```\n\nDefine animation using the `animationIn/Out` properties.\nIt uses the [Velocity](velocityjs.org) library for animation\nso you can do something like this:\n\n```html\n\u003crc.Toggable animationIn={{opacity: 1}} /\u003e\n```\n\nYou can also specify options for the animation as properties.\n\n```html\n\u003crc.Toggable duration={1000} /\u003e\n```\n\n### Default properties\n\n```json\n{\n  \"className\": null,\n  \"animationIn\": \"transition.fadeIn\",\n  \"animationOut\": \"transition.fadeOut\",\n  \"duration\": 250\n}\n```\n\n## Suffixed Input\n\n[Demo](https://marksteve.com/react-components#suffixed-input)\n\n```html\n\u003crc.SuffixedInput suffix=\"suffix\" /\u003e\n```\n\n\n## License\n\n[MIT License](http://marksteve.mit-license.org)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksteve%2Freact-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarksteve%2Freact-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksteve%2Freact-components/lists"}