Skip to content

Latest commit

 

History

History
53 lines (49 loc) · 1.62 KB

index.md

File metadata and controls

53 lines (49 loc) · 1.62 KB
layout title titleTemplate hero features
home
Kongponents
Kong Vue Component Library
name text tagline actions
Kongponents
Vue-powered Kong component library
Powerful, lightweight, and reusable UI components. Developed for Kong, usable by all.
theme text link
brand
Get Started
/guide/
theme text link
alt
Components
/components/alert.html
theme text link
alt
View on GitHub
title details
Vue 3 and TypeScript
Kongponents have been rewritten utilizing Vue 3 and TypeScript. Enjoy better autocompletion in your editor and Devtools support!
title details link linkText
Themeable
Many Kongponents support "theming" via CSS variables, allowing for global customization or fine-tuned control within a scoped selector.
/guide/styles/theming
Read more
title details link linkText
Contribute
At Kong, we thrive with the open-source community. We're always looking for contributions; feel free to submit a pull request!
/guide/contributing
Start coding
title details link linkText
Migrating from v8.x?
Our Migration Guide has you covered with a complete list of breaking changes.
/guide/migrating-to-version-9
View changes
<style lang="scss"> /* Homepage Components button */ .VPContent.is-home .VPButton.medium.alt[href^="/components/"] { color: #fff; border-color: #07a88d; background-color: #07a88d; &:hover { border-color: #06977E; background-color: #06977E; } } </style>