Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

dnn-example-form

Overview

Do not use this component in production, it is meant for testing purposes only and is not distributed in the production package.

Dependencies

Depends on

Graph

graph TD;
  dnn-example-form --> dnn-fieldset
  dnn-example-form --> dnn-input
  dnn-example-form --> dnn-checkbox
  dnn-example-form --> dnn-color-input
  dnn-example-form --> dnn-select
  dnn-example-form --> dnn-textarea
  dnn-example-form --> dnn-toggle
  dnn-example-form --> dnn-dropzone
  dnn-example-form --> dnn-image-cropper
  dnn-example-form --> dnn-monaco-editor
  dnn-example-form --> dnn-richtext
  dnn-example-form --> dnn-button
  dnn-input --> dnn-fieldset
  dnn-color-input --> dnn-fieldset
  dnn-color-input --> dnn-modal
  dnn-color-input --> dnn-tabs
  dnn-color-input --> dnn-tab
  dnn-color-input --> dnn-color-picker
  dnn-color-input --> dnn-button
  dnn-button --> dnn-modal
  dnn-button --> dnn-button
  dnn-select --> dnn-fieldset
  dnn-textarea --> dnn-fieldset
  dnn-image-cropper --> dnn-dropzone
  dnn-image-cropper --> dnn-modal
  style dnn-example-form fill:#f9f,stroke:#333,stroke-width:4px
Loading

Built with StencilJS