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 Acrylic texture of Fluent design System.

You can switch the of the Acrylic texture in this demo.

To use this package, install by one of following:

Acrylic!

General Button

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

<ax-acrylic>
  Acrylic!
</ax-acrylic>

Acrylic!

Tint Color

.my-tile-container{
  --acrylic-tint-color: white;
}

Acrylic!

Tint Opacity

.my-tile-container{
  --acrylic-tint-opacity: 0.45;
}

Acrylic!

Noise Opacity

.my-tile-container{
  --acrylic-noise-opacity: 0.3;
}

Acrylic!

Blur Radius

.my-tile-container{
  --acrylic-blur: 5px;
}