CDN
We provide hosted versions of a growing list of resources — so you can use them in production without thinking about additional infrastructure. This is done through our content delivery network (CDN), cdn.riverty.design
.
What’s available
- Riverty logo images
- Code package:
- @riverty/css-framework recommended — includes fonts and design tokens
- @riverty/design-tokens
- @riverty/fonts
- @riverty/web-components recommended
What’s in scope
- Assets like icons and illustrations, as soon as they’re ready.
Using code packages directly from CDN
Many web project already use the NPM package manager, and if you do, it’s recommended to install the Riverty Design System packages that way. But the CDN integration can be handy for cases when you don’t want, need, or aren’t able to use build tooling. Packages on the CDN contain the same content as if installed via the NPM. Packages are referenced by the same version numbers.
Package | Latest version | URL | Usage |
---|---|---|---|
css-framework | 1.1.1 | /css/1.1.1/lib/riverty.css | |
design-tokens | 1.0.3 | /tokens/1.0.3/lib/tokens.css | |
fonts | 2.0.3 | /fonts/2.0.3/lib/fonts.css | |
web-components | 1.4.0 | /components/1.4.0/dist/web-components/web-components.esm.js |