An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Code Sandbox Examples

[![Build Status](https://github.com/react-bootstrap/code-sandbox-examples/workflows/Test%20Examples/badge.svg)](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