Meta Reference

MetaProvider

Edit this page

MetaProvider is a parent component responsible for wrapping all the metadata components. All components that are contained within this will be added to the application <head/>

import { MetaProvider } from "@solidjs/meta";
<MetaProvider>// add meta components</MetaProvider>;
Report an issue with this page