Skip to main content

Function: RasdProvider()

function RasdProvider(props): Element;

Defined in: provider.tsx:78

@rasd/react — the public entry point (docs/17-api-reference.md §3).

The default stylesheet is a separate entry (@rasd/react/styles.css) and is never imported here: a host running unstyled, or one that precompiled the theme at build time, must not pay for CSS it does not use, and bundlers that cannot handle a CSS import inside a JS module must still be able to consume this package.

Parameters

ParameterType
propsRasdProviderProps

Returns

Element