AxiomProvider
AxiomProvider provides all the context managers required for our components to work. It must be rendered at the root of your application and should be used only once.
Want to skip the docs? Try our MCP Server
#
Documentation
#
#
Usage
#
import { AxiomProvider } from "@optiaxiom/react";
export function App() {
return <AxiomProvider>{/* Your app code here */}</AxiomProvider>;
}#
Related
#
Toast
Display brief popup notifications.
Tooltip
Popup with brief information shown when user interacts with an element using keyboard focus or mouse hover.
#
Props
#
#
AxiomProvider
#
Doesn't render its own HTML element.
Prop |
|---|
dialog |
toast |
tooltip |
#
Changelog
#
#
0.1.0
#
- Added component
Last updated on