Button
Multi-variants button element
import { Button } from '@onwo/ui';
<Button />This component adapts dynamically between a native `<button>` and custom elements like `<div role="button">` to prevent HTML parsing conflicts with nested slots during server-side rendering, addressing the issues outlined in the documentation .