Primary Button
Default primary button element
<button type="button" class="dg-btn dg-btn--primary">Primary Action</button> import { Btn } from '@deepgram/styles/react';
<Btn primary type="button">Primary Action</Btn> <script type="module">
import '@deepgram/styles/wc';
</script>
<dg-btn primary type="button">Primary Action</dg-btn>