-
I used `npm run dev` to start the Electron App. But nothing is shown in the window as shown in the following screenshot:
Is this expected behaviour? Or something is wrong.
-
Hi, I found it very confusing as a new user of the library, because many of the components are namespaced but not others.
For example, to access the `Button` component, you can import it directly
…
-
I am not sure how to apply the DatePicker Javascript in a React project.
(I think the problems might lie in my understanding of how to use the `new` operator in combination with the es6 `import`..)…
-
## Feature Request
### Problem description
Each component should have the ability to change its color through the `color` prop. The color value should be available as part of a predefined palette.…
-
This is about Bulma
Question
### Overview of the problem
I want to know if there is a way to react to the screen size. Here are somethings that I would like to do but I dont know if it is…
edlgg updated
6 years ago
-
Fable 2.1 will be distributed through npm #1639, removing the need of calling a dotnet cli tool. At first, I thought the packages should still be distributed through Nuget for better compatibility wit…
-
This would be super useful and make the library much more flexible.
Thoughts?
-
## Bug Report
When I try to run docz for the first time (the only thing I did was `yarn add -D docz`), it compiles but then throw this error:
Then, after I think "this is not zero-config", …
-
```jsx
Name
```
will generate:
```html
Name
```
But, `NavLink` from `react-router` can only add className to itself, if it's active.
```jsx
Title
```
if we're in `/path` url, …
-
Node version: 8.5.0
npm version: 5.4.2
Operating system: macOS Sierra 10.12.6
Command line used: `npm start -s`
**Description**
Webpack breaks when a css library is imported. In my case, I …