Skip to content

kdrgny-dev/baklava

 
 

Repository files navigation

Baklava Design System

npm package jsDelivr hits (npm scoped) semantic-release: angular

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.

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@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.

About

Design System with Web Components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 60.8%
  • CSS 21.3%
  • JavaScript 16.0%
  • HTML 1.7%
  • Shell 0.2%