import React from "react"; import { SplitView } from "./SplitView"; import styled from "styled-components"; const Image = styled.img` max-height: 300px; padding-bottom: 40px; `; export const CreateNativeApps = () => { const ColumnOne = () => { return ; }; const ColumnTwo = () => { return (

Create native apps for Windows, MacOs and Linux using JavaScript and CSS

lets you create truly native apps and doesn't compromise on your users' experience. It provides a core set of platform agnostic native widgets that map directly to the platform’s native UI building blocks.

NodeGui widgets are built on top of{" "} Qt {" "} which is a mature dekstop apps framework. NodeGui widgets are extremely customizable just like in the web but does{" "} NOT use a Web browser under the hood.

); }; return ( } columnTwo={} /> ); };