Get started with reactstrap CDN

MIT licensed

Reactstrap: Popular UI library for swift Bootstrap component-based React app development.

Tags:
  • reactstrap
  • bootstrap
  • react
  • component
  • components
  • react-component
  • ui

Stable version

Copied!

How to start using reactstrap CDN


import React from 'react';
import { Button, Container, Form, Input, Label } from 'reactstrap';

class Example extends React.Component {
  constructor(props) {
    super(props);
    this.state = {
      email: '',
    };

    this.handleChange = this.handleChange.bind(this);
  }

  handleChange(event) {
    this.setState({ email: event.target.value });
  }

  render() {
    return (
      <Container>
        <Form>
          <Label for="exampleEmail">Email</Label>
          <Input
            type="email"
            name="email"
            id="exampleEmail"
            value={this.state.email}
            onChange={this.handleChange}
          />
          <Button color="primary" block>Submit</Button>
        </Form>
      </Container>
    );
  }
}

export default Example;

All versions

0.5.3 0.5.4 0.5.5 0.5.6 0.5.7 0.6.0 0.6.1 0.7.0 0.7.1 0.7.2 0.8.0 1.0.0 1.1.0 1.2.0 1.2.2 1.2.3 1.2.4 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.4.0 1.5.0 1.6.0 1.6.1 10.0.1-release-please--branches--master--components--reactstrap-13bcf06.0 10.0.1-release-please--branches--master--components--reactstrap-3592c05.0 10.0.1-release-please--branches--master--components--reactstrap-8a0a6b3.0 10.0.1-release-please--branches--master--components--reactstrap-db41e4a.0 10.0.1-release-v10.0.0-502f864.0 10.0.1-release-v10.0.0-c659629.0 2.0.0 2.1.0 2.2.0 2.3.0 2.4.0 2.5.0 2.6.0 2.6.1 3.0.0 3.0.1 3.1.0 3.2.0 3.2.1 3.2.2 3.3.0 3.3.1 3.3.2 3.4.0 3.4.1 3.5.0 3.6.0 3.7.0 3.7.1 3.8.0 3.8.1 3.9.0 3.9.1 3.9.2 3.9.3 3.9.4 3.9.5 4.0.0 4.0.0-alpha.0 4.0.0-alpha.1 4.0.0-alpha.2 4.0.0-alpha.3 4.0.0-alpha.4 4.0.0-alpha.5 4.0.0-alpha.6 4.0.0-alpha.7 4.0.0-alpha.8 4.0.1 4.1.0 4.1.1 4.2.0 4.3.0 4.5.0 4.6.0 4.6.1 4.6.2 4.7.0 4.8.0 5.0.0 5.0.0-alpha.0 5.0.0-alpha.1 5.0.0-alpha.2 5.0.0-alpha.3 5.0.0-alpha.4 5.0.0-beta 5.0.0-beta.2 5.0.0-beta.3 6.0.0 6.0.1 6.1.0 6.2.0 6.3.0 6.3.1 6.4.0 6.5.0 7.0.0 7.0.1 7.0.2 7.1.0 8.0.0 8.0.1 8.1.0 8.1.1 8.10.0 8.10.1 8.10.1-popper2-beta.0 8.4.1 8.5.0 8.5.1 8.6.0 8.7.0 8.7.1 8.8.0 8.8.1 8.9.0 9.0.0 9.0.0-0 9.0.0-1 9.0.0-2 9.0.0-3 9.0.0-4 9.0.0-5 9.0.0-6 9.0.0-7 9.0.0-8 9.0.0-build-test.0 9.0.0-build-test.1 9.0.0-build-test.2 9.0.0-build-test.3 9.0.0-build-test.4 9.0.1 9.0.2 9.0.3 9.0.4 9.1.0 9.1.1 9.1.10 9.1.2 9.1.3 9.1.4 9.1.5 9.1.6 9.1.6-nodeUpdate-9a70a59.0 9.1.6-nodeUpdate-b7a45ec.0 9.1.6-v10-f1a1f7e.0 9.1.7 9.1.8 9.1.9 9.2.0 9.2.1 *** 9.2.2