UNPKG

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.

63 lines (62 loc) 1.88 kB
declare const _default: { '.uk-table': { borderCollapse: string; borderSpacing: string; width: string; }; '.uk-table th': { padding: string; textAlign: string; fontSize: string; fontWeight: string; '@apply text-muted-foreground': {}; }; '.uk-table td': { padding: string; verticalAlign: string; }; '.uk-table tfoot': { fontSize: string; }; '.uk-table caption': { fontSize: string; '@apply text-muted-foreground': {}; }; '.uk-table-middle, .uk-table-middle td': { verticalAlign: string; }; '.uk-table-divider > tr:not(:first-child), .uk-table-divider > :not(:first-child) > tr, .uk-table-divider > :first-child > tr:not(:first-child)': { '@apply border-t border-border': {}; }; '.uk-table-striped > tr:nth-of-type(odd), .uk-table-striped tbody tr:nth-of-type(odd)': { '@apply border-b border-t border-border bg-muted/50': {}; }; '.uk-table-hover > tr:hover, .uk-table-hover tbody tr:hover': { '@apply bg-muted/50': {}; }; '.uk-table > tr.uk-active, .uk-table tbody tr.uk-active': { '@apply bg-muted': {}; }; '.uk-table-justify th:first-child, .uk-table-justify td:first-child': { paddingLeft: string; }; '.uk-table-justify th:last-child, .uk-table-justify td:last-child': { paddingRight: string; }; '.uk-table-shrink': { width: string; }; '.uk-table-expand': { minWidth: string; }; '.uk-table-link': { padding: string; }; '.uk-table-link > a': { padding: string; }; '.uk-table-striped > tr:nth-of-type(even):last-child, .uk-table-striped tbody tr:nth-of-type(even):last-child': { '@apply border-b border-border': {}; }; }; export default _default;