Welcome to project Axiom!

Project Axiom is a web component set which aims to combine good part of Fluent Design System and Material Design to a single design language.

This repo contains code of Elevation shadow effect of Fluent design System.

To use this package, install by one of following:

Welcome to project Axiom!

Project Axiom is a web component set which aims to combine good part of Fluent Design System and Material Design to a single design language.

This repo contains code of Elevation shadow effect of Fluent design System.

Elevation!

Using the element

In order to use this component, we need to prepare some HTML:

<ax-elevation>
  Elevation!
</ax-elevation>

And some CSS:

.my-shadow{
  --elevation-depth: 4;
}

Elevation!

Change the depth

.my-shadow{
  --elevation-depth: 128;
}