GHHG10's picture
download
raw
625 Bytes
import type { Component, JSX } from "solid-js"
import "../settings-v2.css"
export interface SettingsRowV2Props {
title: string | JSX.Element
description: string | JSX.Element
children: JSX.Element
}
export const SettingsRowV2: Component<SettingsRowV2Props> = (props) => {
return (
<div data-component="settings-v2-row">
<div data-slot="settings-v2-row-copy">
<div data-slot="settings-v2-row-title">{props.title}</div>
<div data-slot="settings-v2-row-description">{props.description}</div>
</div>
<div data-slot="settings-v2-row-control">{props.children}</div>
</div>
)
}

Xet Storage Details

Size:
625 Bytes
·
Xet hash:
d36657df6d9548d3528534aa2b07ca7057eaa082d5308c3bfedf7df41839e5ee

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.