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

React.js components for Modern CSS framework based on Flexbox

Results 11 react-bulma issues
Sort by recently updated
recently updated
newest added

`ERROR in ./node_modules/bulma/css/bulma.css Module parse failed: Unexpected character '@' (2:0) You may need an appropriate loader to handle this file type. | /*! bulma.io v0.6.1 | MIT License | github.com/jgthms/bulma...

First off, thanks for creating this project! I am beginning to use it and it has been very easy to integrate. I was wondering if you've thought about a way...

Hi - any reason the Layout Footer component is missing?

Hello. What about supporting TypeScript? When I try to use, I see this: ```bash Try `npm install @types/reactbulma` if it exists or add a new declaration (.d.ts) file containing `declare...

This pull request addresses #13 in a non-breaking way. You could use it like this: ```jsx import { Hero } from 'reactbulma/lib/components/nocss' import './styles.scss' class BlogIndex extends React.Component { render()...

Columns are missing?

Nav element has been replaced with NavBar in Bulma CSS codebase. https://bulma.io/documentation/components/navbar/

enhancement

Is there a suggested approach for focussing input fields when a component is rendered? The `autoFocus` parameter works on a page refresh, but not when replacing the current contents. The...