react-bootstrap-typescript icon indicating copy to clipboard operation
react-bootstrap-typescript copied to clipboard

Typescript definitions for React / Bootstrap

Results 9 react-bootstrap-typescript issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Earlier my app was in `ReactJs + React-bootstrap`. Now I'm using `Typescript + ReactJs + React-bootstrap` To reduce the size of the app for production Earlier I used to import...

Shouldn't this repo be archived now that we've got @typings/react-bootstrap from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped)?

I get this err: Module not found: Error: Cannot resolve module 'react-bootstrap/src/Button' The path of the lib is node_modules/react-bootstrap/lib/Button I'm doing something wrong or TSD need to be updated ?...

It would be useful to have a version number for the version of React Boostrap these typing describe.

These typings are not updated with the DefinitelyTyped repo, and are hence not working with the new Typescript2 @types/react-bootstrap package.

The Table component, should according to the docs, support the "fill" attribute, I have tested that modifying the d.ts file for the Table to be like as follows, it will...