-
I use command > npm install metro4-react
and then:
import {Button} from "metro4-react";
```
import React, { Component } from 'react'
import {Button} from "metro4-react";
export default …
-
Hello, I've been trying to get metro4-react working with a CRA app, and I've run across an issue where usage of experimental babel syntax is causing issues.
```
Failed to compile.
./node_module…
-
My Code:
`
import {Button} from 'metro4-react';
`
Actual:
/node_modules/metro4-react/src/components/tag-input/tag-input.js
SyntaxError: /home/marat/Code/website/node_modules/metro4-react/src/c…
-
Adding `metro4-react` to a `create-react-app` seems to fail like so
```
SyntaxError: C:\Users\kg\code\metro-example\node_modules\metro4-react\src\components\tag-input\tag-input.js: Support for th…
-
dear sir,
'select' component not able to change background color dynamically (using java script) data-role='select'
if i am not using data-role='select' its working fine but not able to use data-a…
-
Сейчас диалоговіе окна віпадают из верхней границі страниці
https://github.com/olton/Metro4-React/blob/master/src/components/dialog/dialog.jsx#L42
нужно, чтоб просто появлялись как в основной версии…
-
It's possible I'm just missing it, but since the documentation isn't complete, is the source available for the demo page:
https://react.metroui.org.ua/demo
I'm about ready to give up, but I liked…
-
my code like this
```
import React from 'react';
import logo from './logo.svg';
import {Grid,Row,Cell,Input} from 'metro4-react' ;
```
then resulting error
```
Failed to compile
./src/A…
-
on the guide page [https://react.metroui.org.ua/guide](https://react.metroui.org.ua/guide), the npm install command `npm install metro4-react` is not working.
-
Is there any future plan to drop jQuery, in favour of vanilla JS? Love the style and attention to details.