Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alihammad-gist/reactstrap
- Owner: alihammad-gist
- Created: 2017-02-27T01:45:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T02:44:26.000Z (almost 8 years ago)
- Last Synced: 2024-11-12T06:27:08.741Z (2 months ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.