[Research] [CCI] OUI Usage Audit in share
plugin #3965
Open
Description
Audit
I performed the OUI usage audit to the share
plugin and got the following results:
- The plugin does not contain
<div />
and<img />
tags, but contains one<span />
tag
- The plugin has a custom component
UrlPanelContent
, which is a combination of components from theOUI
- The plugin uses only one
.scss
file with a custom class nameosdShareContextMenu__finalPanel
Conclusion
- The plugin does not require any changes, components from the OUI are used to the maximum
<span />
tag in UrlPanelContent can be replaced by<></>
Metadata
Assignees
Labels
Type
Projects
Status
In Progress