Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 500 Bytes

File metadata and controls

30 lines (20 loc) · 500 Bytes

Code

Inline code snippet with monospace styling.

Import

import { Code } from '@florex/ui';

Usage

<p>Run <Code>npm install @florex/ui</Code> to get started.</p>

Props

Prop Type Default Description
children ReactNode Code text
className string Additional CSS classes

Examples

Inline usage

<p>Use the <Code>useState</Code> hook for local state management.</p>