2.5.1 • Published 11 days ago

@holusion/uikit v2.5.1

Weekly downloads
1
License
MIT
Repository
github
Last release
11 days ago

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.

2.5.1

11 days ago

2.4.3

10 months ago

2.4.2

10 months ago

2.4.1

12 months ago

2.4.0

2 years ago

2.3.4

2 years ago

2.3.6

2 years ago

2.3.5

2 years ago

2.3.3

2 years ago

2.3.2

3 years ago

2.3.0

3 years ago

2.2.3

3 years ago

2.2.2

3 years ago

2.2.1

3 years ago

2.2.0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

2.0.0-beta.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago