{"id":19404100,"url":"https://github.com/react-bootstrap/code-sandbox-examples","last_synced_at":"2025-04-08T04:14:06.259Z","repository":{"id":38290586,"uuid":"189480453","full_name":"react-bootstrap/code-sandbox-examples","owner":"react-bootstrap","description":"CodeSandbox example repository you can fork from, to bootstrap your React-Bootstrap projects.","archived":false,"fork":false,"pushed_at":"2024-10-29T18:53:48.000Z","size":4131,"stargazers_count":313,"open_issues_count":136,"forks_count":164,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-10-29T20:45:25.194Z","etag":null,"topics":["hacktoberfest"],"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/react-bootstrap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2019-05-30T20:47:12.000Z","updated_at":"2024-10-20T01:23:14.000Z","dependencies_parsed_at":"2024-11-07T02:28:40.802Z","dependency_job_id":null,"html_url":"https://github.com/react-bootstrap/code-sandbox-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-bootstrap%2Fcode-sandbox-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-bootstrap%2Fcode-sandbox-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-bootstrap%2Fcode-sandbox-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-bootstrap%2Fcode-sandbox-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/react-bootstrap","download_url":"https://codeload.github.com/react-bootstrap/code-sandbox-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247773719,"owners_count":20993639,"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":["hacktoberfest"],"created_at":"2024-11-10T11:33:05.346Z","updated_at":"2025-04-08T04:14:06.237Z","avatar_url":"https://github.com/react-bootstrap.png","language":"JavaScript","readme":"# Code Sandbox Examples\n\n[![Build Status](https://github.com/react-bootstrap/code-sandbox-examples/workflows/Test%20Examples/badge.svg)](https://github.com/react-bootstrap/code-sandbox-examples/actions)\n\nThe repository for React-Bootstrap's [CodeSandbox](https://codesandbox.io/) examples.\n\n## Examples v4\n\n- [Basic Example](https://codesandbox.io/s/github/react-bootstrap/code-sandbox-examples/tree/master/basic) - Just a simple create-react-app setup with React-Bootstrap components.\n- [Basic Example CDN](https://codesandbox.io/s/github/react-bootstrap/code-sandbox-examples/tree/master/basic-cdn) - Another simple create-react-app setup, this time including the Bootstrap CSS via CDN link.\n- [Basic Example with React-Router-Bootstrap](https://codesandbox.io/s/github/react-bootstrap/code-sandbox-examples/tree/master/basic-react-router) - Just a simple create-react-app setup with React-Router-Bootstrap.\n- [Basic Example with TypeScript](https://codesandbox.io/s/github/react-bootstrap/code-sandbox-examples/tree/master/basic-ts) - Another simple create-react-app setup, this time by using TypeScript\n- [Basic Example with Sass and custom theming](https://codesandbox.io/s/github/react-bootstrap/code-sandbox-examples/tree/master/basic-sass-custom-theming) - Another simple create-react-app setup, this time by using Sass with custom theming\n- [Parcel Example](https://codesandbox.io/s/github/react-bootstrap/code-sandbox-examples/tree/master/parcel) - Just a simple Parcel setup with React-Bootstrap components.\n- [Parcel TypeScript Example](https://codesandbox.io/s/github/react-bootstrap/code-sandbox-examples/tree/master/parcel-ts) - Just a simple Parcel setup with TypeScript with React-Bootstrap components.\n\n## Examples v5\n\n- [Basic Example](https://codesandbox.io/s/github/react-bootstrap/code-sandbox-examples/tree/master/basic-v5)- Just a simple create-react-app setup with React-Bootstrap components.\n- [Basic Example CDN](https://codesandbox.io/s/github/react-bootstrap/code-sandbox-examples/tree/master/basic-cdn-v5) - Another simple create-react-app setup, this time including the Bootstrap CSS via CDN link.\n- [Basic Example with React-Router-Bootstrap](https://codesandbox.io/s/github/react-bootstrap/code-sandbox-examples/tree/master/basic-react-router-v5) - Just a simple create-react-app setup with React-Router-Bootstrap.\n- [Basic Example with TypeScript](https://codesandbox.io/s/github/react-bootstrap/code-sandbox-examples/tree/master/basic-ts-v5) - Another simple create-react-app setup, this time by using TypeScript\n- [Basic Example with Sass and custom theming](https://codesandbox.io/s/github/react-bootstrap/code-sandbox-examples/tree/master/basic-sass-custom-theming-v5) - Another simple create-react-app setup, this time by using Sass with custom theming\n- [Parcel Example](https://codesandbox.io/s/github/react-bootstrap/code-sandbox-examples/tree/master/parcel-v5) - Just a simple Parcel setup with React-Bootstrap components.\n- [Parcel TypeScript Example](https://codesandbox.io/s/github/react-bootstrap/code-sandbox-examples/tree/master/parcel-ts-v5) - Just a simple Parcel setup with TypeScript with React-Bootstrap components.\n- [React Router v5 Example](https://codesandbox.io/s/github/react-bootstrap/code-sandbox-examples/tree/master/ts-react-router-v5) - How to use a custom link component with React Router v5\n- [React Router v6 Example](https://codesandbox.io/s/github/react-bootstrap/code-sandbox-examples/tree/master/ts-react-router-v6) - How to use a custom link component with React Router v6\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-bootstrap%2Fcode-sandbox-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freact-bootstrap%2Fcode-sandbox-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-bootstrap%2Fcode-sandbox-examples/lists"}