This is a work-in-progress version. If you want to work on previous version (Grace) please check
main
branch.
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.
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@beta/dist/themes/default.css" />
<script type="module" src="https://cdn.jsdelivr.net/npm/@trendyol/baklava@beta/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.
Please check our Storybook Documentation for detailed information about design system, components and contribution guideline.