STL Renderers
STL is designed to be framework-agnostic. While the core logic handles parsing and stringification, we provide dedicated renderers for popular frontend frameworks to make integration seamless.
Choose Your Framework
Select your frontend framework to view specific integration guides and examples.
React
Modern components built with CSS and full TypeScript support.
Vue
Reactive components utilizing the Vue 3 Composition API.
Using the CLI
The stl-cli is the recommended way to add renderers to your project. It doesn't just install a package; it adds the source code of the components directly to your project, allowing you to fully customize the styling and behavior.
- Full control over component code
- No 'black-box' dependencies
- Easily theme with your own CSS
- Relocate based on your folder structure
Looking for another framework?
We are working on other renderers. If you need a specific renderer urgently, feel free to contribute or open an issue on our GitHub.
