1.0.872 • Published 2 years ago

magicuicore v1.0.872

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.0.84

2 years ago

1.0.62

2 years ago

1.0.61

2 years ago

1.0.82

2 years ago

1.0.60

2 years ago

1.0.81

2 years ago

1.0.66

2 years ago

1.0.87

2 years ago

1.0.65

2 years ago

1.0.86

2 years ago

1.0.64

2 years ago

1.0.63

2 years ago

1.0.69

2 years ago

1.0.68

2 years ago

1.0.67

2 years ago

1.0.871

2 years ago

1.0.872

2 years ago

1.0.73

2 years ago

1.0.72

2 years ago

1.0.71

2 years ago

1.0.70

2 years ago

1.0.77

2 years ago

1.0.76

2 years ago

1.0.75

2 years ago

1.0.74

2 years ago

1.0.79

2 years ago

1.0.78

2 years ago

1.0.56

2 years ago

1.0.55

2 years ago

1.0.54

2 years ago

1.0.53

2 years ago

1.0.52

3 years ago

1.0.51

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago