Package Exports
- @klevu/ui
- @klevu/ui/dist/index.cjs.js
- @klevu/ui/dist/index.js
- @klevu/ui/loader
- @klevu/ui/loader/index.cjs.js
- @klevu/ui/loader/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@klevu/ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@klevu/ui
The @klevu/ui package provides a set of UI components that can be easily integrated into your web application. These components are built using StencilJS and are designed to be used as web components, allowing you to easily include them in your existing web application.
Read more and learn: https://webcomponents.klevu.com
Installation
To install @klevu/ui, you can use npm or yarn:
npm install @klevu/ui
yarn add @klevu/ui
Usage
Once you have installed @klevu/ui, you can import the components you need and use them in your application:
Copy code
<!DOCTYPE html>
<html>
<head>
<script type="module" src="path/to/@klevu/ui.js"></script>
</head>
<body>
<klevu-button>Click me</klevu-button>
</body>
</html>
Contributing
If you would like to contribute to @klevu/ui, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them with a descriptive message.
- Push your changes to your fork.
- Create a pull request.
License
@klevu/ui is licensed under the MIT License.