@obosbbl/grunnmuren-react@2.0.0-canary.48
Pre-release
Pre-release
·
158 commits
to main
since this release
Minor Changes
-
8f81997: Alertbox: add
icon
prop to override the default icon for the variantExample:
import { Subscription } from "@obosbbl/grunnmuren-react/icons"; <Alertbox variant="info" icon={Subscription}> {" "} ...{" "} </Alertbox>;