Replies: 1 comment 2 replies
-
You can try to install this library by specifying the git link to this repo. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to install
react-bulma-components
in my dev project and the installed version must contain the source files and not only the bundled files.I mean, I am developing an app that should read the prop types of all bulma components (using https://github.com/diegohaz/parse-prop-types). but my actual installation of react-bulma-components does not have the props.
Form.Control.propTypes
,Form.Input.propTypes
are allundefined
.For example: this file contains the info I need: https://github.com/couds/react-bulma-components/blob/master/src/components/button/button.js#L81-L146
Could anyone point me how to install the package without having to fork it?
Beta Was this translation helpful? Give feedback.
All reactions