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:
<script src="https://unpkg.com/@ax-design/acrylic" />
<script>AxAcrylic.register()</script>
<script type="module"> import { register } from 'https://unpkg.com/@ax-design/acrylic/es/index.js' register() </script>
yarn add @ax-design/acrylic
or npm i @ax-design/acrylic
require('@ax-design/acrylic').register()
import { register } from '@ax-design/acrylic' register()
Acrylic!
In order to use this component, we need to prepare some HTML:
<ax-acrylic> Acrylic! </ax-acrylic>
Acrylic!
.my-tile-container{ --acrylic-tint-color: white; }
Acrylic!
.my-tile-container{ --acrylic-tint-opacity: 0.45; }
Acrylic!
.my-tile-container{ --acrylic-noise-opacity: 0.3; }
Acrylic!
.my-tile-container{ --acrylic-blur: 5px; }