Vela Intelligence
A drop-in web-component library for financial-services UIs.
No npm install, no build step — just a single <script> tag.
Add one script tag and start using vi-* components immediately.
<script type="module" src="https://ds.cdn.velaintelligence.com/vela-ds.js"> </script> <vi-button variant="primary"> Run Analysis </vi-button>
Full interactive docs with live examples, theming controls, and a component playground.
Browse DocumentationComponents ship with dependency-free fallback icons. Switch to Font Awesome or another set globally:
<script>
window.VelaDS.configureIcons({
defaultSystem: 'font-awesome',
defaultFaStyle: 'solid',
roles: {
clear: { name: 'circle-xmark' },
filter: { name: 'magnifying-glass' }
}
});
</script>
Apply a built-in theme or create your own. Themes are loaded as CSS custom-property sets.
<vi-theme-provider theme="client-atlas-capital" mode="dark"> <!-- themed content --> </vi-theme-provider>
Machine-readable manifests so LLM coding agents can generate correct Vela DS markup without guessing.
Every component, its properties, slots, events, and usage examples.
component-catalog.yamlStep-by-step guides for migrating from other component libraries.
migration-recipes.yaml