115k
New

denem

deneme

Avukatlık faaliyeti, farklı hukuk alanlarına ilişkin normların somut olaya doğru bir şekilde uygulanarak müvekkilin hukuki probleminin çözülmesi faaliyetidir. Hukuk büromuz, bir taraftan müvekillerine hukuki yardım sunarken diğer taraftan makale ve yargıtay kararları yayımlayarak uygulamaya katkı sunmaktadır.

Makalelerimiz, hukuk teorisi, güncel mevzuat (kanun, yönetmelik, tüzük vs.) ve yargıtay kararları ile şekillenen en son mahkeme uygulamaları dikkate alınarak hazırlanmıştır.

Mevzuat değişiklikleri veya yeni yargısal uygulamalar makalelere eklenerek bilgi akışının güncelliği sağlanmaktadır. Avukat Ozan Yücel Koçeri, hukuki danışmanlık hizmetinin yanı sıra Ceza Hukuku, Tazminat Hukuku, Vergi ve İdare Hukuku, Gayrimenkul Hukuku, Medeni Hukuk gibi birçok hukuk alanında faaliyet göstermektedir.

This is what shadcn/ui aims to solve. It is built around the following principles:

  • Open Code: The top layer of your component code is open for modification.
  • Composition: Every component uses a common, composable interface, making them predictable.
  • Distribution: A flat-file schema and command-line tool make it easy to distribute components.
  • Beautiful Defaults: Carefully chosen default styles, so you get great design out-of-the-box.
  • AI-Ready: Open code for LLMs to read, understand, and improve.

Open Code

shadcn/ui hands you the actual component code. You have full control to customize and extend the components to your needs. This means:

  • Full Transparency: You see exactly how each component is built.
  • Easy Customization: Modify any part of a component to fit your design and functionality requirements.
  • AI Integration: Access to the code makes it straightforward for LLMs to read, understand, and even improve your components.

In a typical library, if you need to change a button's behavior, you have to override styles or wrap the component. With shadcn/ui, you simply edit the button code directly.

Since you own the code, you can pull updates by re-running the CLI command for a specific component. This will overwrite your local copy with the latest version from the registry. If you've made customizations, you'll need to re-apply them. This is a deliberate trade-off: you get full ownership and control, but upstream updates require manual merging.

Composition

Every component in shadcn/ui shares a common, composable interface. If a component does not exist, we bring it in, make it composable, and adjust its style to match and work with the rest of the design system.

A shared, composable interface means it's predictable for both your team and LLMs. You are not learning different APIs for every new component. Even for third-party ones.

Distribution

shadcn/ui is also a code distribution system. It defines a schema for components and a CLI to distribute them.

  • Schema: A flat-file structure that defines the components, their dependencies, and properties.
  • CLI: A command-line tool to distribute and install components across projects with cross-framework support.

You can use the schema to distribute your components to other projects or have AI generate completely new components based on existing schema.

Beautiful Defaults

shadcn/ui comes with a large collection of components that have carefully chosen default styles. They are designed to look good on their own and to work well together as a consistent system:

  • Good Out-of-the-Box: Your UI has a clean and minimal look without extra work.
  • Unified Design: Components naturally fit with one another. Each component is built to match the others, keeping your UI consistent.
  • Easily Customizable: If you want to change something, it's simple to override and extend the defaults.

AI-Ready

The design of shadcn/ui makes it easy for AI tools to work with your code. Its open code and consistent API allow AI models to read, understand, and even generate new components.

An AI model can learn how your components work and suggest improvements or even create new components that integrate with your existing design.

Deploy your shadcn/ui app on Vercel

Trusted by OpenAI, Sonos, Adobe, and more.

Vercel provides tools and infrastructure to deploy apps and features at scale.

Deploy to Vercel