buddhilive-elements
v0.1.9
Published
Customizable web components that extends traditional traditional HTML elements.
Downloads
10
Maintainers
Readme
Buddhilive Elements
Buddhilive Elements (aka BL Elements) is a customizable web component that extends traditional HTML Components. Currently one component is available. A select box with support for searching.
Available Components
| Component | Description |
| ------------ | ----------------------------------------------- |
| bl-select
| A select box with support for searching.
|
| bl-buton
| A standard button
|
Getting Started
To install Buddhilive Elements straight forward without any JavaScript framework, just include the following script tag just before the "head" tag on your HTML page where you want to use the web component.
<script src="https://unpkg.com/buddhilive-elements@latest/dist/main.js"></script>
Then to use a BL element, just use element tag like any other HTML element:
<bl-select bl-name="countries" bl-title='Select a Country'></bl-select>
To learn more about BL Elements web component, please read the Official Documentation