Renders icon based on a boolean value.

Example

import {BoolInline} from "@use-pico/client";

export const MyComponent = () => {
return <BoolInline
bool={true}
/>
}

Index

Interfaces