@stoplight/elements
v9.0.24
Published
UI components for composing beautiful developer documentation.
Keywords
Readme
@stoplight/elements
Elements is a collection of UI components for displaying beautiful developer documentation from any OpenAPI document.
Documentation
Visit our Documentation for getting starting, guides and demos.
About
Elements is developed and maintained by Stoplight.
Anonymized analytics
Elements uses Scarf to
collect anonymized installation analytics.
These analytics help support the maintainers of this library and ONLY run during installation.
To opt out,
you can set the scarfSettings.enabled field to false in your project's package.json:
// package.json
{
// ...
"scarfSettings": {
"enabled": false
}
// ...
}Alternatively, you can set the environment variable SCARF_ANALYTICS to false as part of the environment that
installs your npm packages, e.g., SCARF_ANALYTICS=false npm install.
License
Licensed under the Apache 2.0 License, Copyright © 2020-present Stoplight.
See LICENSE for more information.
