Skip to content

Commit

Permalink
chore: added radiobutton chips
Browse files Browse the repository at this point in the history
  • Loading branch information
mhawkinsbasis committed Aug 22, 2023
1 parent 13b4dce commit 85978cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/components/radio-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ slug: radiobutton
import ComponentDemo from '@site/src/components/DocsTools/ComponentDemo';
import TableBuilder from '@site/src/components/DocsTools/TableBuilder';
import JavadocLink from '@site/src/components/DocsTools/JavadocLink';
import DocChip from '@site/src/components/DocsTools/DocChip';
import FiberSmartRecordIcon from '@mui/icons-material/FiberSmartRecord';
import Chip from '@mui/material/Chip';

<DocChip tooltipText="This component will render with a shadow DOM, an API built into the browser that facilitates encapsulation." label="Shadow" component="a" href="../glossary#shadow-dom" target="_blank" clickable={true} iconName="shadow" />

<DocChip tooltipText="The name of the web component that will render in the DOM." label="bbj-radio" href="https://basishub.github.io/basis-next/#/dwc/BBjRadioButton" clickable={true} iconName='code'/>

<JavadocLink type="engine" location="org/dwcj/component/optioninput/RadioButton" top='true'/>

Expand Down

0 comments on commit 85978cc

Please sign in to comment.