feat: lexical integrated

This commit is contained in:
Aaryan Khandelwal 2022-12-03 19:11:07 +05:30
parent 3e5e1ab403
commit 945a75e18b
18 changed files with 417 additions and 240 deletions

View file

@ -7,7 +7,7 @@ import { CheckIcon } from "@heroicons/react/20/solid";
import { Props } from "./types";
const CustomListbox: React.FC<Props> = ({
title,
title = "",
options,
value,
onChange,