1.0.872 • Published 1 year ago

magicuicore v1.0.872

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Magic UI - Tailwind + Vue 2

Installing the library

node <= 16

    ## npm i magicuicore@latest
    
    ## yarn add magicuicore@latest
  1. Name Conventions

    1. Every Component Name Starts From J. Eg: Button -> JButton.

    2. index.js is the main entry file for all components.

How To Use Magic UI in your Project ?

<template>
    <j-button>Button Component Rendered</j-button>
</template>

<script>
import {JButton} from "magicuicore"
    export default {
        name: 'j-button'
    }
</script>

Import the CSS in the top level of your vue project.

import "magicuicore/dist/styles.css"

Pendig Things

  1. Dynamic Theming

How To Contribute

  1. Create a branch name based on the components name: Eg: "jbutton"
  2. create merge request and ask for review
  3. For any change i particular component make branch name with including the features needed to be added. Eg: "JButton" -> "jbutton-padding"
1.0.80

1 year ago

1.0.84

1 year ago

1.0.62

1 year ago

1.0.61

1 year ago

1.0.82

1 year ago

1.0.60

1 year ago

1.0.81

1 year ago

1.0.66

1 year ago

1.0.87

1 year ago

1.0.65

1 year ago

1.0.86

1 year ago

1.0.64

1 year ago

1.0.63

1 year ago

1.0.69

1 year ago

1.0.68

1 year ago

1.0.67

1 year ago

1.0.871

1 year ago

1.0.872

1 year ago

1.0.73

1 year ago

1.0.72

1 year ago

1.0.71

1 year ago

1.0.70

1 year ago

1.0.77

1 year ago

1.0.76

1 year ago

1.0.75

1 year ago

1.0.74

1 year ago

1.0.79

1 year ago

1.0.78

1 year ago

1.0.56

1 year ago

1.0.55

1 year ago

1.0.54

1 year ago

1.0.53

1 year ago

1.0.52

2 years ago

1.0.51

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago