@net-advantage/nabs-ui-radiobutton
v0.26.0
Published
Reusable React radio button control for the Nabs UI library.
Downloads
1,257
Readme
nabs-ui-radiobutton
Reusable radio button control for the Nabs UI library.
Usage
import { RadioButton } from "nabs-ui-radiobutton";
export function Example() {
return <RadioButton label="Subscribe" labelPosition="right" checked />;
}