@nightingale-elements/nightingale-new-core
Version:
Base Elements for Nightingale Components
25 lines (15 loc) • 452 B
Markdown
It adds `width` and `height` as parameters.
When instancing this mixin, the function can receive an object with options for default values:
```javascript
{
width?: number;
height?: number;
}
```
The height of the track as a numeric value in pixels.
The width of the track as a numeric value in pixels.