ngx-waterbox
v0.8.1
Published
An isometric water box component for Angular.
Readme
ngx-waterbox
An isometric water box component for Angular.
Installation
Install the library via NPM:
npm install --save ngx-waterboxBasic Usage
- Import the component in your Angular application:
import { Waterbox } from 'ngx-waterbox';- Import the waterbox component into your component where you want to use it:
@Component({
// ...
imports: [Waterbox]
})- Use the component in your template:
<ngx-waterbox [value]="50"></ngx-waterbox>- Customize the appearance using inputs or CSS variables as needed.
For more advanced usage and configuration, refer to the documentation or source code.
License
MIT
