Skip to content

Beta Release - v0.1.0

Latest
Compare
Choose a tag to compare
@ar-ushi ar-ushi released this 30 Nov 11:11
· 6 commits to main since this release

Release Notes - Version 0.1.0-beta.0

New Features

Components

  • Button:

    • Introducing the uix-button component for creating customizable buttons.
    • Allows configuration of various properties such as width, height, font size, border, and cursor.
  • Chips:

    • Added the uix-chips component for creating chip-based user interfaces.
    • Configurable options include chip styles, colors, and dynamic content.
  • Dropdown:

    • Introduced the uix-dropdown component for creating versatile dropdowns.
    • Supports customizable options, styling, and dynamic data binding.

Directives

  • Tooltip:

    • Implemented the uixtooltip directive for creating tooltips on elements.
    • Easily configure tooltip content, placement, and styling.
  • Autocomplete:

    • Added the uixautocomplete directive for enhancing input fields with autocomplete functionality.
    • Supports dynamic data binding and customizable suggestions.
  • ClickOutside:

    • Introducing the uixclickoutside directive for detecting clicks outside an element.
    • Useful for handling actions when a user clicks outside a specified region.

Notes

  • This release is part of the initial development phase (beta), and features are subject to change in future releases.
  • Feedback and contributions from the community are welcome. Feel free to open issues and pull requests on our GitHub repository.