franken-ui
Version:
Franken UI is an HTML-first, open-source library of UI components based on the utility-first Tailwind CSS with UIkit 3 compatibility. The design is based on shadcn/ui ported to be framework-agnostic.
53 lines (52 loc) • 1.38 kB
TypeScript
declare const _default: {
'.uk-comment-body': {
display: string;
overflowWrap: string;
wordWrap: string;
};
'.uk-comment-header': {
display: string;
marginBottom: string;
};
'.uk-comment-body > :last-child, .uk-comment-header > :last-child': {
marginBottom: string;
};
'.uk-comment-title': {
'@apply text-base font-medium': {};
};
'.uk-comment-meta': {
fontSize: string;
lineHeight: string;
'@apply mt-1': {};
};
'.uk-comment-list': {
padding: string;
listStyle: string;
};
'.uk-comment-list > :nth-child(n + 2)': {
'@apply mt-3': {};
};
'.uk-comment-list .uk-comment ~ ul': {
'@apply ml-6 mt-6 border-l border-border': {};
};
'.uk-comment-list .uk-comment ~ ul > :nth-child(n + 2)': {
'@apply mt-6': {};
};
'.uk-comment-primary': {
borderRadius: string;
'@apply bg-primary text-primary-foreground': {};
};
'.uk-comment': {
'@apply p-3': {};
};
'.uk-comment-avatar': {
'@apply h-10 w-10 overflow-hidden rounded-full bg-muted': {};
};
'.uk-comment-avatar img': {
'@apply h-full w-full object-cover': {};
};
'.uk-comment-list .uk-comment ~ ul > li': {
'@apply ml-3': {};
};
};
export default _default;