# Guide

Welcome to the usage guide for translucent-vue, the Vue binding for the translucent library.

This library allows you to plug a translucent/acrylic/fluent design card/container onto your application.

Note that this library also upgrades the styles generation by allowing you customization through SASS/SCSS.

<div class="translucent" ref="container">
    <translucent theme="grey" :container="$refs.container">
    	<!-- [...] -->
    </translucent>
</div>