feat: issue detail for web view
This commit is contained in:
parent
d3a9a764dc
commit
065a4a3cf7
10 changed files with 935 additions and 1 deletions
7
web/components/web-view/label.tsx
Normal file
7
web/components/web-view/label.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export const Label: React.FC<
|
||||
React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>
|
||||
> = (props) => (
|
||||
<label className="block text-base font-medium mb-[5px]" {...props}>
|
||||
{props.children}
|
||||
</label>
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue