Where Are Custom Components Being Imported From?

I am going through the UIKit start-guide at https://sendbird.com/docs/uikit/v1/javascript/getting-started/install-uikit. In some of the examples on this page, a lot of the code is wrapped in custom components (ie. , , , etc…).

Where are these components being imported from?

Hey @diggtydo,

Could you provide me with a specific example from this page that we can focus on?

Thanks for that. These are not actual components that we provide but rather concepts for how you could implement this within your application. If you take a look at our composed example, you could see how we’re doing this.

From a documentation standpoint, it makes more sense to write them as <LeftPane> instead of writing out several <div>'s