@startinblox/component-sales
v1.0.37
Published
Sales component for Startinblox
Downloads
50
Keywords
Readme
Solid sales
<solid-sales>
displays a full featured interface to list, create, edit and use sales.
Installation
In your django project, add the djangoldp_sales
package.
How to use
Once the package is installed, you can use the solid-sales
component:
<html>
<head>
<!-- import the module in the head of the page -->
<script type="module" src="https://cdn.skypack.dev/@startinblox/component-sales"></script>
</head>
<body>
<!-- use the component -->
<solid-sales
data-src="[url]">
</solid-salest>
</body>
</html>
Localization
String translation can be managed in the localization files in the locale
folder,
or they can be delegated to Hubl (use the sales
key before the component key in
the Hubl localization files).