re-bulma icon indicating copy to clipboard operation
re-bulma copied to clipboard

[Deprecated] 💎Bulma components for React

Results 19 re-bulma issues
Sort by recently updated
recently updated
newest added

taxError: /Users/huangjihua/Documents/autohome/projects/re-bulma/src/components/panel/panel-tabs.js: Unexpected token (6:19 `export default class PanelTabs extends Component { > 6 | static propTypes = { | ^ 7 | children: PropTypes.any, 8 | className: PropTypes.string, 9...

Hi, when trying install re-bulma based on this instruction (using create-react-app which is already use react version 16.0.0), https://github.com/bokuweb/re-bulma#install I put these on index.js ``` import insertCss from "insert-css"; import...

This library doesn't seem to be working well with React 16. Can we have a new build with React 16 or if i can help somewhere that would be great.

"bloomer": "^0.6.3", "bulma": "^0.6.2", "react": "^16.2.0", "react-dom": "^16.2.0" when I try use display a error __WEBPACK_IMPORTED_MODULE_0_react__.PropTypes is undefined ./node_modules/re-bulma/lib-es/grid/columns.js

joining often creates unneeded spaces, which results in something like ``` class="tabs is-fullwidth" ``` This could be much better if re-bulma used classnames. The same bug is #50

enhancement
help wanted
PR_Welcome

Cannot set the following props: autoCapitalize autoComplete autoCorrect autoFocus tabIndex and probably a whole bunch of others. Perhaps we should just pass through all props except the ones used by...

enhancement

Are there any plans to have a production release for re-bulma? This repo looks very promising.

enhancement
help wanted
PR_Welcome

Create d.ts files to support typescript and create a pull request for [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped).

enhancement

Hi :) I want to use re-bulma with material-icons like this: ```javascript face ``` I expected it looks like `` instead ``but there is only white space. Even if I...