Beta

    Button

    Multi-variants button element

    View source
    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 .
    Default
    Variants
    Sizes (xs-xl)
    Size SM
    Size LG
    Icons
    Button start
    Button end
    Custom icons
    Custom🚀