{"id":26906887,"url":"https://github.com/elizabthpazp/documentation-intera-ui","last_synced_at":"2026-05-09T06:05:10.486Z","repository":{"id":283905946,"uuid":"953252705","full_name":"elizabthpazp/documentation-intera-ui","owner":"elizabthpazp","description":"Documentation - InteraUI Free React Components","archived":false,"fork":false,"pushed_at":"2025-12-04T19:15:32.000Z","size":5972,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-08T02:57:53.564Z","etag":null,"topics":["components","documentation","nextjs","react","reactjs"],"latest_commit_sha":null,"homepage":"https://intera-ui.elijs.dev/","language":"TypeScript","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/elizabthpazp.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-22T23:10:05.000Z","updated_at":"2025-12-04T19:15:36.000Z","dependencies_parsed_at":"2025-08-20T02:47:00.309Z","dependency_job_id":null,"html_url":"https://github.com/elizabthpazp/documentation-intera-ui","commit_stats":null,"previous_names":["elizabthpazp/documentation-react-components","elizabthpazp/documentation-intera-ui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elizabthpazp/documentation-intera-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elizabthpazp%2Fdocumentation-intera-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elizabthpazp%2Fdocumentation-intera-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elizabthpazp%2Fdocumentation-intera-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elizabthpazp%2Fdocumentation-intera-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elizabthpazp","download_url":"https://codeload.github.com/elizabthpazp/documentation-intera-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elizabthpazp%2Fdocumentation-intera-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31803371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["components","documentation","nextjs","react","reactjs"],"created_at":"2025-04-01T11:20:25.792Z","updated_at":"2026-04-14T15:33:01.479Z","avatar_url":"https://github.com/elizabthpazp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Documentation for InteraUI library (React Components)\n\nWelcome to the official documentation for `InteraUI`, a modular and reusable component library built with React. This documentation provides an overview of the available components, installation instructions, usage examples, and customization options.\n\n---\n\n## Installation\n\nTo install `intera-ui` in your project, use npm:\n\n```bash\nnpm install @elizabthpazp/intera-ui\n```\n\nOr with yarn:\n\n```bash\nyarn add @elizabthpazp/intera-ui\n```\n\n---\n\n## Usage\n\nTo start using `InteraUI`, ensure you have React installed in your project. Import the required components and integrate them into your application.\n\n### Example Implementation\n\n```jsx\nimport \"@elizabthpazp/intera-ui/dist/globals.css\";\nimport { ButtonCard } from '@elizabthpazp/intera-ui';\n\n\nfunction App() {\n  const [userData, setUserData] = useState(null);\n\n  const handleLogin = (email, password, rememberMe) =\u003e {\n    setUserData({ email, password, rememberMe }); \n  };\n\n  return \u003cButtonCard title={'Login'} darkMode={true} onLogin={handleLogin}\u003e\u003c/ButtonCard\u003e;\n}\n\nexport default App;\n```\n\n---\n\n## Customization\n\nEach component in `intera-ui` supports various props to allow customization. Refer to the detailed component documentation for specific properties and styling options.\n\n---\n\n## Contributing\n\nIf you would like to contribute to `intera-ui`, please follow these steps:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/elizabthpazp/intera-ui.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd intera-ui\n   ```\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n4. Start the development environment:\n   ```bash\n   npm run dev\n   ```\n5. Create a new branch and make your changes.\n6. Submit a pull request for review.\n\n---\n\n## Deployment\n\nTo deploy your project using `InteraUI`, you can integrate it with your React application and host it on platforms like Vercel or Netlify.\n\nFor Next.js deployments, refer to the official [Next.js deployment documentation](https://nextjs.org/docs/deployment).\n\n---\n\nFor more details, visit the [GitHub Repository](https://github.com/elizabthpazp/intera-ui).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felizabthpazp%2Fdocumentation-intera-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felizabthpazp%2Fdocumentation-intera-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felizabthpazp%2Fdocumentation-intera-ui/lists"}