[WEB-4934] dev: propel button implementation (#7859)

* dev: button component code refactor

* dev: propel button component implementation
This commit is contained in:
Anmol Singh Bhatia 2025-09-30 15:31:00 +05:30 committed by GitHub
parent 0ad439fa63
commit 726529044e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
199 changed files with 660 additions and 290 deletions

View file

@ -3,9 +3,10 @@
import React, { FC, useMemo, useState } from "react";
import { useForm } from "react-hook-form";
// types
import { Button } from "@plane/propel/button";
import { IFormattedInstanceConfiguration, TInstanceEmailConfigurationKeys } from "@plane/types";
// ui
import { Button, CustomSelect, TOAST_TYPE, setToast } from "@plane/ui";
import { CustomSelect, TOAST_TYPE, setToast } from "@plane/ui";
// components
import { ControllerInput, TControllerInputFormField } from "@/components/common/controller-input";
// hooks