@holusion/uikit
v2.5.3
Published
UI components kit for holusion
Downloads
52
Readme
Holusion uikit
Unified web UI kit for holusion. To be used with @holusion/theme for completeness.
It exports multiple files : features
, components
and icons
with each being available as umd (.js
) or mjs (.mjs
) files.
Icons
Available icons :
Usage :
import Icon, {Alert} from "@holusion/uikit/dist/icons";
<Icon icon={Alert}/>
The raw icons are also exported as svg in dist/icons/*.svg
. They can easily be used from unpkg as :
<img title="Alert" src="https://unpkg.com/@holusion/uikit/dist/icons/alert.svg">
Features
Components that will handle some logic. Be sure to fully understand them before use They are the main use of this repo and provide a well-tested way to provide functionalities like toast alerts or Modals.
Features uses the following structure :
Components
styled and opinionated presentation components to help bring a more consistent look and feel to holusion's various UIs.