Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 604 Bytes

File metadata and controls

27 lines (18 loc) · 604 Bytes

import { InputHint } from "@chepe/ui"; import { Callout } from "nextra/components";

import ComponentShowcase from "./../../components/ComponentShowcase/ComponentShowcase";

InputHint

InputHint are used primarily for

<ComponentShowcase component={InputHint works} seed={0}>

```tsx filename="app.tsx" {1,4} copy
  import { InputHint } from "@chepe/ui";

export default function App() {
  return <InputHint>InputHint works</InputHint>;
}

```
Work in Progress