How to use @remax/core - 3 common examples

To help you get started, we’ve selected a few @remax/core examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github remaxjs / remax / packages / @remax / demo / src / pages / weui-tabbar / index.js View on Github external
]}
          windowWidth={windowWidth}
          />
          这里是嵌套的外面,props 也可以是 JSX
          
        }, {
          title: '选项卡三',
          key: 'test_cn',
          content: '选项卡三的内容'
        }]}
        windowWidth={windowWidth}
        />
  ;
};

Remax.render();
github remaxjs / remax / packages / @remax / demo / src / pages / demo / index.js View on Github external
const showToast = () => {
    setPrimary(!isPrimary);
    Remax.api.showToast({
      title: 'ok',
      icon: 'succes',
      duration: 1000,
      mask: true,
    });
  };

@remax/core

Core framework for remax

MIT
Latest version published 5 years ago

Package Health Score

56 / 100
Full package analysis

Popular @remax/core functions