ngx-layout
is a collection of Angular components related to layout.
Install the package first:
npm install @studiohyperdrive/ngx-layout
This package will follow a semver-like format, major.minor.patch
, in which:
-
major
: Follows the Angular major version -
minor
: Introduces new features and (potential) breaking changes -
patch
: Introduces bugfixes and minor non-breaking changes
For more information about the build process, authors, contributions and issues, we refer to the hyperdrive-opensource repository.
ngx-layout
is a package to help facilitate common layout use-cases.
Currently the package provides a configurable layout
component which can be used to render components in a grid based on provided templates. This approach is ideal for use-cases such as a custom configurable dashboard. We also provide a fully accessible accordion
component and an accessible displayContent
approach to handle loading, error and offline flows.
To find more information regarding this package, we refer to our documentation platform.