@atlassian/aui
Version:
Atlassian User Interface library
13 lines (10 loc) • 341 B
JavaScript
import skate from 'skatejs';
import {createFormsComponentBody} from './create-forms-component-body';
/**
* Allows us to add a new DOM element for rendering ADG styled radio glyphs,
* so we can get our desired aesthetic without having to rely on a specific markup pattern.
*/
skate(
'radio',
createFormsComponentBody('radio')
);