@holusion/uikit v2.5.3
Holusion uikit
Unified web UI kit for holusion. To be used with @holusion/theme for completeness.
It exports multiple files : features, components and iconswith 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.
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago