

There is some more advanced features outside of simple UI creation such as routing and linking. In a tab view I could only add content to the first tab, when selecting another tab it kept switching back to the first.You can’t add any buttons to a header bar, which is a very common use case.As far as I can tell you can’t link a side menu in the header bar.Interface is a little buggy, navigating between different pages within the app doesn’t always work properly and I had to refresh the page a few times.There were a few frustrating bugs and lack of features I encountered along the way (note that some of this may be because I’m using it incorrectly): You can certainly tell it’s a beta product though and it has a little way to go before being finished. The interface is simple and clean, and for the most part it works the way you’d expect without requiring any explanation. Overall, Ionic Creator is quite nice to use. You can just Copy & Paste the Raw HTML (which is useful if you just want to grab bits and pieces of the UI).You can create a new Ionic application based on it directly through the Ionic CLI (how cool is that!).To export your app, you have three options:

Once you’re done designing your application you can export it. This section will allow you to edit the specifics of individual components The hamburger icon will allow you to manage the various projects you have active Test mode will allow you to actually use the application you have built. You can switch between Edit and Test mode here. You can save and export your application here You can combine these elements to make some reasonably complex interfaces, take this news feed I created for example:

The components section provides most Ionic UI elements you may want to use such as buttons, forms, and lists. A page is an individual screen in your app, and each page in this section will expand down into the individual components you add to the page. You will be able to manage all of your pages from here. I’ve labeled different sections of the interface in the image above, here’s what each section does: You’ll be greeted with an interface like this: It’s really easy to start creating in Ionic Creator, first just create an account here and then log in.
