@trendyol/baklava
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

Baklava Design System Logo

Baklava Design System

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

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@3.0.0/dist/themes/default.css" />
<script type="module" src="https://cdn.jsdelivr.net/npm/@trendyol/baklava@3.0.0/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

Package Sidebar

Install

npm i @trendyol/baklava

Weekly Downloads

807

Version

3.0.0

License

MIT

Unpacked Size

1.7 MB

Total Files

523

Last publish

Collaborators

  • ty-muratcorlu
  • trendyol-js