MCPcopy Index your code
hub / github.com/Trendyol/baklava

github.com/Trendyol/baklava @v3.5.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v3.5.0 ↗ · + Follow
773 symbols 1,521 edges 232 files 63 documented · 8% updated 2d agov3.5.0-beta.9 · 2026-07-06★ 1,386120 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Baklava Design System Logo

Baklava Design System

NPM Package Stable NPM Package Beta License jsDelivr hits semantic-release: angular OpenSSF Scorecard

Baklava is a design system provided by Trendyol to create a consistent UI/UX for app users.

Web implementation of the design system is created as native web components so it can be used within every type of web frameworks including Vue, React or Angular. Our target is providing a UI library that has neatly designed and developed for providing best possible user experience for the users of applications that uses Baklava DS.

How to use

Preferred way of using Baklava is using it via CDN. Just import library JS and CSS files to your main document like below:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@trendyol/baklava/dist/themes/default.css" />
<script type="module" src="https://cdn.jsdelivr.net/npm/@trendyol/baklava/dist/baklava.js"></script>



<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@trendyol/baklava@x.x.x/dist/themes/default.css" />
<script type="module" src="https://cdn.jsdelivr.net/npm/@trendyol/baklava@x.x.x/dist/baklava.js"></script>

This way library will be served from a very high performant CDN and all of the Baklava web components will be ready to use inside your web project.

<bl-button>Baklava works!</bl-button>

How to contribute

Baklava Design System is always open for direct contributions. Contributions can be in the form of design suggestions, documentation improvements, new component suggestions, code improvements, adding new features or fixing problems. For more information please check our Contribution Guideline document.

Useful Links

Extension points exported contracts — how you extend this code

HTMLInputElement (Interface)
(no doc)
src/imports.d.ts
Window (Interface)
(no doc)
src/types/index.d.ts
HTMLElementTagNameMap (Interface)
(no doc)
src/components/notification/bl-notification.ts
EventOptions (Interface)
(no doc)
src/utilities/event.ts
HTMLElementTagNameMap (Interface)
(no doc)
src/components/notification/card/bl-notification-card.ts
EventDispatcher (Interface)
(no doc)
src/utilities/event.ts
HTMLElementTagNameMap (Interface)
(no doc)
src/components/alert/bl-alert.ts
HTMLElementTagNameMap (Interface)
(no doc)
src/components/tooltip/bl-tooltip.ts

Core symbols most depended-on inside this repo

event
called by 56
src/utilities/event.ts
focus
called by 31
src/components/select/option/bl-select-option.ts
addNotification
called by 24
src/components/notification/bl-notification.ts
reportValidity
called by 16
src/components/input/bl-input.ts
show
called by 15
src/components/popover/bl-popover.ts
dialogOpener
called by 13
src/components/dialog/bl-dialog.stories.ts
reportValidity
called by 12
src/components/textarea/bl-textarea.ts
LinkTemplate
called by 11
src/components/link/bl-link.stories.ts

Shape

Method 473
Function 132
Class 112
Interface 52
Enum 4

Languages

TypeScript100%

Modules by API surface

src/components/select/bl-select.ts43 symbols
src/components/calendar/bl-calendar.ts30 symbols
src/components/table/bl-table.ts27 symbols
src/components/table/table-header-cell/bl-table-header-cell.ts21 symbols
src/components/input/bl-input.ts21 symbols
src/components/checkbox-group/bl-checkbox-group.ts21 symbols
src/components/pagination/bl-pagination.ts18 symbols
src/components/table/table-cell/bl-table-cell.ts17 symbols
src/components/popover/bl-popover.ts17 symbols
src/components/datepicker/bl-datepicker.ts17 symbols
src/components/select/option/bl-select-option.ts16 symbols
src/components/checkbox-group/checkbox/bl-checkbox.ts16 symbols

For agents

$ claude mcp add baklava \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page