This is a library of web components to share Dfinity-customized UI components for a variety of Internet Computer applications
This library contains the following components:
npm install @dfinity/dfn-components
import { defineElement as defineLoginButton } '@dfinity/ii-login-button';
import { defineElement as defineCandidUI } '@dfinity/candid-ui';
You can also import the components directly from the auto.js
file:
import "@dfinity/ii-login-button/auto.js";
import "@dfinity/candid-ui/auto.js";
<ii-login-button></ii-login-button>
<candid-ui></candid-ui>
See the READMEs of each component for more details.