Files
digifi-bko/src/_digifi/partials/layout/help-drawer/HelpDrawer.tsx
T
CHIEFSOFT\ameye 44f6fb0816 upgade package
2024-04-23 14:04:21 -04:00

218 lines
8.6 KiB
TypeScript

import {Link} from 'react-router-dom'
import {KTIcon} from '../../../helpers'
const HelpDrawer = () => {
return (
<div
id='kt_help'
className='bg-body'
data-kt-drawer='true'
data-kt-drawer-name='help'
data-kt-drawer-activate='true'
data-kt-drawer-overlay='true'
data-kt-drawer-width="{default:'350px', 'md': '525px'}"
data-kt-drawer-direction='end'
data-kt-drawer-toggle='#kt_help_toggle'
data-kt-drawer-close='#kt_help_close'
>
{/* begin::Card */}
<div className='card shadow-none rounded-0 w-100'>
{/* begin::Header */}
<div className='card-header' id='kt_help_header'>
<h5 className='card-title fw-bold text-gray-600'>Learn & Get Inspired</h5>
<div className='card-toolbar'>
<button
type='button'
className='btn btn-sm btn-icon explore-btn-dismiss me-n5'
id='kt_help_close'
>
<KTIcon iconName='cross' className='fs-2' />
</button>
</div>
</div>
{/* end::Header */}
{/* begin::Body */}
<div className='card-body' id='kt_help_body'>
{/* begin::Content */}
<div
id='kt_help_scroll'
className='hover-scroll-overlay-y'
data-kt-scroll='true'
data-kt-scroll-height='auto'
data-kt-scroll-wrappers='#kt_help_body'
data-kt-scroll-dependencies='#kt_help_header'
data-kt-scroll-offset='5px'
>
{/* begin::Support */}
<div className='rounded border border-dashed border-gray-300 p-6 p-lg-8 mb-10'>
{/* begin::Heading */}
<h2 className='fw-bolder mb-5'>
Support at{' '}
<a href='https://devs.keenthemes.com' className=''>
devs.keenthemes.com
</a>
</h2>
{/* end::Heading */}
{/* begin::Description */}
<div className='fs-5 fw-bold mb-5'>
<span className='text-gray-500'>
Join our developers community to find answer to your question and help others.
</span>
<a className='explore-link d-none' href='https://keenthemes.com/licensing'>
FAQs
</a>
</div>
{/* end::Description */}
{/* begin::Link */}
<a
href='https://devs.keenthemes.com'
className='btn btn-lg explore-btn-primary w-100'
>
Get Support
</a>
{/* end::Link */}
</div>
{/* end::Support */}
{/* begin::Link */}
<div className='d-flex align-items-center mb-7'>
{/* begin::Icon */}
<div className='d-flex flex-center w-50px h-50px w-lg-75px h-lg-75px flex-shrink-0 rounded bg-light-warning'>
<KTIcon iconName='abstract-26' className='text-warning fs-2x text-lg-3x' />
</div>
{/* end::Icon */}
{/* begin::Info */}
<div className='d-flex flex-stack flex-grow-1 ms-4 ms-lg-6'>
{/* begin::Wrapper */}
<div className='d-flex flex-column me-2 me-lg-5'>
{/* begin::Title */}
<a
href='https://preview.keenthemes.com/metronic8/react/docs/quick-start'
className='text-gray-900 text-hover-primary fw-bolder fs-6 fs-lg-4 mb-1'
>
Documentation &amp; Videos
</a>
{/* end::Title */}
{/* begin::Description */}
<div className='text-muted fw-bold fs-7 fs-lg-6'>
From guides and video tutorials, to live demos and code examples to get started.
</div>
{/* end::Description */}
</div>
{/* end::Wrapper */}
<KTIcon iconName='arrow-right' className='text-gray-500 fs-2' />
</div>
{/* end::Info */}
</div>
{/* end::Link */}
{/* begin::Link */}
<div className='d-flex align-items-center mb-7'>
{/* begin::Icon */}
<div className='d-flex flex-center w-50px h-50px w-lg-75px h-lg-75px flex-shrink-0 rounded bg-light-primary'>
<KTIcon iconName='gift' className='text-primary fs-2x text-lg-3x' />
</div>
{/* end::Icon */}
{/* begin::Info */}
<div className='d-flex flex-stack flex-grow-1 ms-4 ms-lg-6'>
{/* begin::Wrapper */}
<div className='d-flex flex-column me-2 me-lg-5'>
{/* begin::Title */}
<a
href='https://preview.keenthemes.com/metronic8/react/docs/utilities'
className='text-gray-900 text-hover-primary fw-bolder fs-6 fs-lg-4 mb-1'
>
Plugins &amp; Components
</a>
{/* end::Title */}
{/* begin::Description */}
<div className='text-muted fw-bold fs-7 fs-lg-6'>
Check out our 300+ in-house components and customized 3rd-party plugins.
</div>
{/* end::Description */}
</div>
{/* end::Wrapper */}
<KTIcon iconName='arrow-right' className='text-gray-500 fs-2' />
</div>
{/* end::Info */}
</div>
{/* end::Link */}
{/* begin::Link */}
<div className='d-flex align-items-center mb-7'>
{/* begin::Icon */}
<div className='d-flex flex-center w-50px h-50px w-lg-75px h-lg-75px flex-shrink-0 rounded bg-light-info'>
<KTIcon iconName='design-frame' className='text-info fs-2x text-lg-3x' />
</div>
{/* end::Icon */}
{/* begin::Info */}
<div className='d-flex flex-stack flex-grow-1 ms-4 ms-lg-6'>
{/* begin::Wrapper */}
<div className='d-flex flex-column me-2 me-lg-5'>
{/* begin::Title */}
<Link
to='/builder'
className='text-gray-900 text-hover-primary fw-bolder fs-6 fs-lg-4 mb-1'
>
Layout Builder
</Link>
{/* end::Title */}
{/* begin::Description */}
<div className='text-muted fw-bold fs-7 fs-lg-6'>
Dynamically modify and preview layout
</div>
{/* end::Description */}
</div>
{/* end::Wrapper */}
<KTIcon iconName='arrow-right' className='text-gray-500 fs-2' />
</div>
{/* end::Info */}
</div>
{/* end::Link */}
{/* begin::Link */}
<div className='d-flex align-items-center mb-7'>
{/* begin::Icon */}
<div className='d-flex flex-center w-50px h-50px w-lg-75px h-lg-75px flex-shrink-0 rounded bg-light-danger'>
<KTIcon iconName='phone' className='text-danger fs-2x text-lg-3x' />
</div>
{/* end::Icon */}
{/* begin::Info */}
<div className='d-flex flex-stack flex-grow-1 ms-4 ms-lg-6'>
{/* begin::Wrapper */}
<div className='d-flex flex-column me-2 me-lg-5'>
{/* begin::Title */}
<a
href='https://preview.keenthemes.com/metronic8/react/docs/changelog'
className='text-gray-900 text-hover-primary fw-bolder fs-6 fs-lg-4 mb-1'
>
What's New
</a>
{/* end::Title */}
{/* begin::Description */}
<div className='text-muted fw-bold fs-7 fs-lg-6'>
Latest features and improvements added with our users feedback in mind.
</div>
{/* end::Description */}
</div>
{/* end::Wrapper */}
<KTIcon iconName='arrow-right' className='text-gray-500 fs-2' />
</div>
{/* end::Info */}
</div>
{/* end::Link */}
</div>
{/* end::Content */}
</div>
{/* end::Body */}
</div>
{/* end::Card */}
</div>
)
}
export {HelpDrawer}