/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
shared/lib/site.ts
29 строк
1 KB
Paweł Kuna
Render Modal as real markup; drain scripts via CaptureScript (#2742)
03 авг 2026, 01:55
Не верифицирован
03 авг 2026, 01:55
575d685
Код
Авторство
О чём код?
import corePackage from '@tabler/core/package.json' const version = corePackage.version export const site = { title: 'Tabler', version, docsUrl: 'https://docs.tabler.io', cdnUrl: `https://cdn.jsdelivr.net/npm/@tabler/core@${version}`, email: 'support@tabler.io', previewUrl: 'https://preview.tabler.io', githubUrl: 'https://github.com/tabler/tabler', githubSponsorsUrl: 'https://github.com/sponsors/codecalm', icons: { link: 'https://tabler.io/icons' }, // From shared/data/site.json. Empty `count` keeps the "Buy emails" double space. emails: { price: '$29', buy_link: 'https://r.tabler.io/buy-emails', count: '' }, // Dev Google Maps API key for local development builds. googleMapsDevKey: 'AIzaSyCL-BY8-sq12m0S9H-S_yMqDmcun3A9znw', // From shared/data/icons-info.json. iconsCount: 5986, descriptionShort: 'Premium and Open Source dashboard template with responsive and high quality UI.', description: 'Tabler is packed with beautifully crafted components and powerful features. Jump in and start building a stunning dashboard — all for free!', themeColor: '#066fd1', cssPlugins: ['flags', 'socials', 'payments', 'vendors', 'marketing', 'themes'], themeColors: ['blue', 'azure', 'indigo', 'purple', 'pink', 'red', 'orange', 'yellow', 'lime', 'green', 'teal', 'cyan'], themeFonts: ['sans-serif', 'serif', 'monospace', 'comic'], themeBases: ['slate', 'gray', 'zinc', 'neutral', 'stone'], themeRadiuses: ['0', '0.5', '1', '1.5', '2'], }