Dnn themed custom elements.
npm install @dnncommunity/dnn-elementsdnn-elementsdnn-elements are framework agnostic. For framework specific web components (e.g., React), you can use dnn-elements- (currently dnn-element-react is the only framework specific version, but there are plans to support Angular soon).npm install @dnncommunity/dnn-elementsyarn add @dnncommunity/dnn-elements``
// my-component.tsx
import '@dnncommunity/dnn-elements';
render() {
return (
);
}
``