How to use the @nodegui/react-nodegui.hot function in @nodegui/react-nodegui

To help you get started, we’ve selected a few @nodegui/react-nodegui 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 nodegui / react-nodegui-starter / src / app.tsx View on Github external
const styleSheet = `
  #welcome-text {
    font-size: 24px;
    padding-top: 20px;
    qproperty-alignment: 'AlignHCenter';
    font-family: 'sans-serif';
  }

  #step-1, #step-2 {
    font-size: 18px;
    padding-top: 10px;
    padding-horizontal: 20px;
  }
`;

export default hot(App);

@nodegui/react-nodegui

React Native for building cross platform desktop applications

MIT
Latest version published 2 years ago

Package Health Score

51 / 100
Full package analysis

Similar packages