Malina-UI is an experemental UI kit for malina.js framework. There will be many useful components for rapid UI development.
Malina-UI is under development yet. Some component's API may be changed in futute!
malina-ui
package in your project's directory as a development dependency.npm install -D malina-ui
App.xht
) a component, which contains styles and other staff for UI kit.<!-- App.xht -->
>
import {MalinaUI} from 'malina-ui';
>
/>
The <MalinaUI/>
component have a list of properies, which allow to configure default behaviour of UI kit.
Property | Values | Default | Description |
---|---|---|---|
theme |
light ,dark ,auto |
null |
Set color theme for whole app |