SideArea API Overview
Initialization
import { SideArea } from "@svar-ui/react-core";
// minimal configuration for initialization
export default function Example() {
return (
<SideArea>
<div className="window">
{/* sidearea content */}
</div>
</SideArea>
);
}
tip
Visit the Features Guide to learn more about the control's functionality.
SideArea Properties
position | Optional. Defines the position of a side area |
SideArea Events
cancel | Fires on click outside the side area |