1. Layout Package
  2. 🧱 What is Layout?

Layout Package

🧱 What is Layout?

TypeScript NPM Version Repo Bitbucket Bitbucket open pull requests NPM License

Introduction

The internal @tanglemedia Layout package is responsible for, as the name suggests, Layout components, responsible for the main layout of your app after the user is authorized, but it also contains components responsible for style settings and functionalities.

Most of the componet from the Layout packages behave as wrappers, that is, are components that have on them so you can pass it what you actually want the component to display, and it will display that in a nicely way.

Some of the componets present on the Layout package are also present on SkeletonUI, and if you want more in depth analisys of those components you can check it out at their documentation. Those components are AppBar, AppRail, AppRailAnchor, AppRailTile, AppShell, TabGroup, TabAnchor. All these components are present in the Layout package, but they behave the same way as the ones in SkeletonUI.

In this package we have about 15 different components, with different functionalities, as well as different stores, here is a link to check all of the components: @TangleMedia Layout Package.