-
Some /dist files have references to source map files that are not included.
For example `/react-top-app-bar/dist/index.js` has the following reference:
```js
//# sourceMappingURL=top-app-bar.js…
garth updated
5 years ago
-
I have some pages where navigation is done with Tabs (centered) and Tab Component. After loading the component, asynchronous data are loaded. The painting of the changed react component, let appears v…
-
I guess something is wrong with the `rollup.config.js` file. When doing:
```js
import { Button } from 'react-md';
```
it looks like the full library is still being imported. The bundle size does…
-
Hello!
I believe I've found a small bug. I'm happy to take a look at fixing this, but I could use some direction on what would be the best approach.
### Problem description
The width of […
-
The problem appears when you combine a Permanent Drawer and Centered Tabs.
When you select a Tab, the TabIndicator is at the right place. But when you open/close the drawer, the calculation for the…
-
I'm currently looking for a way to disable the whole tabbar. So it still shows up but you can't select the tabs nor can swipe between them. Is there any way I can achieve this? Swiping can be disabl…
-
I am trying to implement a ```Link``` with ```Tabs``` ```Tab``` components. My problem is that tab indicator under custom tab is not working. I did the following:
```typescript
import { ClassNameMa…
-
问题1:
ViewPagerHelperUtils 里面复写Scoller的
@Override
public void startScroll(int startX, int startY, int dx, int dy) {
super.startScroll(startX, startY, dx, time);
…
-
I used to have an old manual dll reference to the aws SDK in my Xamarin.iOS unified app from this repo https://github.com/awslabs/aws-sdk-xamarin which was working fine for almost a year .. now I want…
-
## Summary
I find it to useful to have a tab selector that has a full height TabIndicator that does not block the tab's icon and label. This can be accomplished in userspace by overriding the classe…