https://github.com/react-bootstrap/code-sandbox-examples
CodeSandbox example repository you can fork from, to bootstrap your React-Bootstrap projects.
https://github.com/react-bootstrap/code-sandbox-examples
hacktoberfest
Last synced: 9 months ago
JSON representation
CodeSandbox example repository you can fork from, to bootstrap your React-Bootstrap projects.
- Host: GitHub
- URL: https://github.com/react-bootstrap/code-sandbox-examples
- Owner: react-bootstrap
- License: mit
- Created: 2019-05-30T20:47:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T18:53:48.000Z (about 1 year ago)
- Last Synced: 2024-10-29T20:45:25.194Z (about 1 year ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 3.94 MB
- Stars: 313
- Watchers: 14
- Forks: 164
- Open Issues: 136
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Sandbox Examples
[](https://github.com/react-bootstrap/code-sandbox-examples/actions)
The repository for React-Bootstrap's [CodeSandbox](https://codesandbox.io/) examples.
## Examples v4
- [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.
- [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.
- [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.
- [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
- [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
- [Parcel Example](https://codesandbox.io/s/github/react-bootstrap/code-sandbox-examples/tree/master/parcel) - Just a simple Parcel setup with React-Bootstrap components.
- [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.
## Examples v5
- [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.
- [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.
- [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.
- [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
- [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
- [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.
- [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.
- [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
- [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