Copy & Paste the stylesheet <link>
into your <head>
before all other stylesheets to load Wrixby UI.
<link
rel="stylesheet"
href="https://wrixbyui.netlify.com/lib/package/wrixby.css"
/>
Many components uses JavaScript also to function, you should add Wrixby UI JavaScript file to work smoothly.
<script src="https://wrixbyui.netlify.com/lib/package/wrixby.js"></script>