Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Indicator components #314

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 2, 2024

  1. feat: Add FwbIndicator component

    The FwbIndicator component is added to provide a customizable indicator element. It accepts a type prop to specify the indicator color and a class prop for additional styling. The component uses computed properties and the useMergeClasses composable to generate the appropriate CSS classes based on the props.
    
    Note: This commit message follows the established convention of using a prefix (feat) to indicate a new feature or component being added.
    ogzcode committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6a76c79 View commit details
    Browse the repository at this point in the history
  2. feat: Add Vue Indicator component

    This commit adds the Vue Indicator component, which allows for the creation of customizable indicators with different colors and positions. The component is implemented using Vue.js and Tailwind CSS, and it provides examples for default indicators and indicator positions. This addition enhances the functionality and visual appeal of the application.
    
    Note: This commit message follows the established convention of using a prefix (feat) to indicate a new feature or component being added.
    ogzcode committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5429972 View commit details
    Browse the repository at this point in the history
  3. feat: Add FwbIndicator component

    This commit adds the FwbIndicator component, which provides a customizable indicator element. It accepts a type prop to specify the indicator color and a class prop for additional styling. The component is implemented using Vue.js and Tailwind CSS, and it enhances the functionality and visual appeal of the application.
    
    Note: This commit message follows the established convention of using a prefix (feat) to indicate a new feature or component being added.
    ogzcode committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e3a64a5 View commit details
    Browse the repository at this point in the history