# Title Documentation for the Title component. ## Installation ```bash deno run -A jsr:@lockness/ui add title ``` ## Usage ```tsx import { Title } from '@lockness/ui/components' Page Title Section Title Hero Title ``` ## Props | Prop | Type | Default | Description | | ---- | ---- | ------- | ----------- | | TBD | TBD | TBD | TBD |