Modules are surfaces that display content and actions on a single topic.
import { Module, ModuleBody, ModuleHeader, ModuleFooter } from "@wfp/react"
import { Module, ModuleHeader, ModuleBody, ModuleFooter, } from "@wfp/react"; <Module> <ModuleHeader>Module example</ModuleHeader> <ModuleBody> <p> Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p> </ModuleBody> <ModuleFooter>Module footer</ModuleFooter> </Module>;
import { Module, ModuleHeader, ModuleBody, ModuleFooter, } from "@wfp/react"; <Module dark> <ModuleHeader>Module example</ModuleHeader> <ModuleBody> <p> Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p> </ModuleBody> <ModuleFooter>Module footer</ModuleFooter> </Module>;
import { Module, ModuleHeader, ModuleBody, ModuleFooter, } from "@wfp/react"; <Module light> <ModuleHeader>Module example</ModuleHeader> <ModuleBody> <p> Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p> </ModuleBody> <ModuleFooter>Module footer</ModuleFooter> </Module>;
import { Module, ModuleHeader, ModuleBody, ModuleFooter, } from "@wfp/react"; <Module light withHover> <ModuleHeader>Module example</ModuleHeader> <ModuleBody> <p> Lorem Ipsum is dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p> </ModuleBody> <ModuleFooter>Module footer</ModuleFooter> </Module>;