{"id":16064492,"url":"https://github.com/rescriptbr/rescript-react-bootstrap","last_synced_at":"2025-09-13T08:16:29.465Z","repository":{"id":42008456,"uuid":"403814601","full_name":"rescriptbr/rescript-react-bootstrap","owner":"rescriptbr","description":":zap:  ReScript bindings for ReactBootstrap","archived":false,"fork":false,"pushed_at":"2022-04-18T22:13:34.000Z","size":62,"stargazers_count":8,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-09-07T05:53:09.625Z","etag":null,"topics":["bootstrap5","react","react-bootstrap","rescript","rescript-bindings","rescript-react","rescript-react-bindings"],"latest_commit_sha":null,"homepage":"","language":"ReScript","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/rescriptbr.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":"2021-09-07T02:23:18.000Z","updated_at":"2024-06-04T21:28:21.000Z","dependencies_parsed_at":"2022-08-12T02:10:56.733Z","dependency_job_id":null,"html_url":"https://github.com/rescriptbr/rescript-react-bootstrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rescriptbr/rescript-react-bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rescriptbr%2Frescript-react-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rescriptbr%2Frescript-react-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rescriptbr%2Frescript-react-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rescriptbr%2Frescript-react-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rescriptbr","download_url":"https://codeload.github.com/rescriptbr/rescript-react-bootstrap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rescriptbr%2Frescript-react-bootstrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274936007,"owners_count":25376838,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bootstrap5","react","react-bootstrap","rescript","rescript-bindings","rescript-react","rescript-react-bindings"],"created_at":"2024-10-09T05:08:15.017Z","updated_at":"2025-09-13T08:16:29.437Z","avatar_url":"https://github.com/rescriptbr.png","language":"ReScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./assets/logo.svg\" /\u003e \n  \u003cbr/\u003e \u003cbr/\u003e\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e • \n  \u003ca target=\"_blank\" href=\"#examples\"\u003eExamples\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\u003cbr/\u003e\n\n## Installation\n\nFirst you need to install `react-bootstrap` as their [documentation](https://react-bootstrap.github.io/getting-started/introduction).\n\nBasically you'll need to run these commands:\n\n```sh\n# with npm\nnpm add react-bootstrap@next bootstrap@5.1.0\n\n# with yarn\nyarn add react-bootstrap@next bootstrap@5.1.0\n```\n\nThen, you'll need to import `bootstrap` styles into your app:\n\n```js\n// App.js\n\nimport \"bootstrap/dist/css/bootstrap.min.css\";\n```\n\nFinally you can install this package running these commands:\n\n```sh\n# with npm\nnpm add -D @rescriptbr/react-bootstrap\n\n# with yarn\nyarn add -D @rescriptbr/react-bootstrap\n```\n\n## Examples\n\n### Basic Form\n\n```rescript\nmodule Form = ReactBootstrap.Form\nmodule Button = ReactBootstrap.Button\nmodule Container = ReactBootstrap.Container\n\n@react.component\nlet make = () =\u003e {\n  \u003cContainer\u003e\n    \u003cForm\u003e\n      \u003cForm.Group\u003e\n        \u003cForm.Label\u003e {`Email`-\u003eReact.string} \u003c/Form.Label\u003e\n        \u003cForm.Control _type=\"email\" /\u003e\n      \u003c/Form.Group\u003e\n\n      \u003cForm.Group\u003e\n        \u003cForm.Label\u003e {`Senha`-\u003eReact.string} \u003c/Form.Label\u003e\n        \u003cForm.Control _type=\"password\" /\u003e\n      \u003c/Form.Group\u003e\n\n      \u003cButton size=#lg _type=#submit\u003e\n        {`Acessar`-\u003eReact.string}\n      \u003c/Button\u003e\n    \u003c/Form\u003e\n  \u003c/Container\u003e\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frescriptbr%2Frescript-react-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frescriptbr%2Frescript-react-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frescriptbr%2Frescript-react-bootstrap/lists"}