Renders icon based on a boolean value.
import {BoolInline} from "@use-pico/client";export const MyComponent = () => { return <BoolInline bool={true} />} Copy
import {BoolInline} from "@use-pico/client";export const MyComponent = () => { return <BoolInline bool={true} />}
Renders icon based on a boolean value.
Example