44 | ))}
45 |
53 |
46 | ))}
47 |
55 | {hook.description}
83 |
85 | {hook.description}
111 |
113 |
46 | ))}
47 |
55 | {hook.description}
83 |
85 | {hook.description}
111 |
113 |
64 | ))}
65 |
73 |
72 | ))}
73 |
81 | 54 | The goal of this project is to deliver reusable UI components that 55 | help customers build high-quality interfaces efficiently. These 56 | self-contained pieces of code can be easily integrated into existing 57 | projects, allowing for customization and extension as needed. 58 |
59 |16 | UI Components functionality are built on top of{" "} 17 | 23 | Auth0 Management API 24 | 25 | , which has rate limits based on subscription plans. Please refer to{" "} 26 | 32 | Auth0 Rate Limits 33 | {" "} 34 | for details and learn how to utilize them in your application. 35 |
36 |37 | The Reack Hooks and the NextJS Routers we provide have a basic 38 | built-in rate limit handling mechanism. You can use the helpers we 39 | provide to implement more advanced rate limit handling. 40 |
41 |{helper.description}
61 |
63 | Olivia Martin
12 |13 | olivia.martin@email.com 14 |
15 |Jackson Lee
24 |jackson.lee@email.com
25 |Isabella Nguyen
34 |35 | isabella.nguyen@email.com 36 |
37 |William Kim
46 |will@email.com
47 |Sofia Davis
56 |sofia.davis@email.com
57 |161 | {body} 162 |
163 | ) 164 | }) 165 | FormMessage.displayName = "FormMessage" 166 | 167 | export { 168 | useFormField, 169 | Form, 170 | FormItem, 171 | FormLabel, 172 | FormControl, 173 | FormDescription, 174 | FormMessage, 175 | FormField, 176 | } 177 | -------------------------------------------------------------------------------- /components/ui/input.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react"; 2 | 3 | import { cn } from "@/lib/utils"; 4 | 5 | export interface InputProps 6 | extends React.InputHTMLAttributes
44 |
65 | All the information about your organization. 66 |
67 |{name}
86 |87 | {email} 88 |
89 |70 | Info about you and your preferences 71 |
72 |