1.0.3 • Published 6 years ago

@ahrefs/bs-reactstrap v1.0.3

Weekly downloads
16
License
MIT
Repository
github
Last release
6 years ago

bs-reactstrap

These are Bucklescript bindings for Reactstrap. Currently they are autogenerated based on propTypes. Everything complex (basically not string or bool) is just type variable. 🚧 It is not completed, we are adding bindings as we go. Doesn't follow semver at this point. 🚧

Install, npm

yarn add @ahrefs/bs-reactstrap

Setup

Add @ahrefs/bs-reactstrap to bs-dependencies in your bsconfig.json!

{
  /* ... */
  "bs-dependencies": [
    "@ahrefs/bs-reactstrap"
  ],
  /* ... */
}

Usage Example

open BsReactstrap;

let component = ReasonReact.statelessComponent("SomeComponent");

let make = (~onClick, _children) => {
  ...component,

  render: _self => {
    <Button color="primary" size="lg" onClick> "Hello" </Button>;
  },
};

Check Reactstrap documentation for available props.

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.5.9

7 years ago

0.5.8

7 years ago

0.5.7

7 years ago

0.5.6

7 years ago

0.5.5

7 years ago

0.5.4

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago