{"id":15069894,"url":"https://github.com/mirgj/siimact","last_synced_at":"2026-02-02T08:32:17.428Z","repository":{"id":57359477,"uuid":"118896048","full_name":"mirgj/siimact","owner":"mirgj","description":"siimact: A set of React components for Siimple CSS Framework","archived":false,"fork":false,"pushed_at":"2023-01-25T02:33:49.000Z","size":563,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-09T11:29:55.444Z","etag":null,"topics":["front-end","react","react-components","siimact","siimple","web"],"latest_commit_sha":null,"homepage":"","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/mirgj.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}},"created_at":"2018-01-25T10:05:22.000Z","updated_at":"2018-06-14T08:29:44.000Z","dependencies_parsed_at":"2023-02-14T03:50:14.914Z","dependency_job_id":null,"html_url":"https://github.com/mirgj/siimact","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mirgj/siimact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirgj%2Fsiimact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirgj%2Fsiimact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirgj%2Fsiimact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirgj%2Fsiimact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mirgj","download_url":"https://codeload.github.com/mirgj/siimact/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirgj%2Fsiimact/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263099439,"owners_count":23413622,"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":["front-end","react","react-components","siimact","siimple","web"],"created_at":"2024-09-25T01:45:24.063Z","updated_at":"2026-02-02T08:32:17.401Z","avatar_url":"https://github.com/mirgj.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# siimact\n\u003e A set of React components for siimple CSS Framework.  \n\n## About\n**siimact** is a set of components for react that will make more easy to use the _siimple_ framework in your React app. The name is an union of **Sii**mple and Re**act**\nYou can find the documentation and the examples about Siimple here: https://www.siimple.xyz/documentation\n\n## Getting started\nYou can install **siimact** from npm\n\n```\nnpm install --save siimact\n```\n\n## Usage\nStart to import the **siimact** components in your React application and use it.\n\n```jsx\nimport React, { Component } from 'react';\nimport { Alert, Content } from 'siimact';\n\nclass App extends Component {\n  render() {\n    return (\n      \u003cdiv\u003e\n        \u003cContent\u003e\n          \u003cAlert color='orange'\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit...\u003c/Alert\u003e\n        \u003c/Content\u003e\n      \u003c/div\u003e\n    );\n  }\n}\n\nexport default App;\n```\n\n## Clone the repository\nAn alternative to see how the components work is to clone the test repository - [siimact-test](https://github.com/mirgj/siimact-test) - and run it locally \n\n```\ngit clone https://github.com/mirgj/siimact-test.git\n```\n\nrestore the packages\n\n```\ncd siimact-test\nnpm install \n```\n\nand then start it\n\n```\nnpm start\n```\n\n## Documentation\n\n\u003e A more useful documentation will be created soon!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirgj%2Fsiimact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmirgj%2Fsiimact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirgj%2Fsiimact/lists"}