Page 1 of 1

Add additional Ionic Components

Posted: Fri Jan 01, 2021 1:01 pm
by tbednarzyk

Are there any instructions on how to add additional Ionic components available in the framework that aren't available to use via the App Builder? For example, a Segment?

I think the answer is to use a Grid component and add additional components within the Grid component but hoping that's not the case.

Thanks in advance!


Re: Add additional Ionic Components

Posted: Sat Jan 02, 2021 1:23 am
by tbednarzyk

For what it’s worth, this is what I’m Asking about.

https://ionicframework.com/docs/api/segment

Any guidance on how to implement this via App Builder?

Thanks!


Re: Add additional Ionic Components

Posted: Mon Jan 04, 2021 5:11 pm
by Serhii Kulibaba

Hello,

Have you tried a simple HTML component with a custom HTML layout for that?


Re: Add additional Ionic Components

Posted: Tue Jan 12, 2021 6:09 pm
by tbednarzyk

Thanks! I was able to figure it out using the HTML component. I still have to figure out how to implement different views based on the segment button selected without switching pages so if you have any guidance there, that'd be greatly appreciated.