Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alihammad-gist/reactstrap

Typescript definitions for reactstrap bootstrap 4 library.
https://github.com/alihammad-gist/reactstrap

Last synced: 14 days ago
JSON representation

Typescript definitions for reactstrap bootstrap 4 library.

Awesome Lists containing this project

README

        

### Errors
- `static` is a reserved keyword in Typescript (used inside classes) and cannot be
a property of `Input` component
- `size: string` in `Input` used to set the grid size is
in conflict with `size: number` for `input` and `button` elements.