1.0.872 • Published 3 years ago
magicuicore v1.0.872
Magic UI - Tailwind + Vue 2
Installing the library
node <= 16
## npm i magicuicore@latest
## yarn add magicuicore@latest
Name Conventions
Every Component Name Starts From J. Eg: Button -> JButton.
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
- Dynamic Theming
How To Contribute
- Create a branch name based on the components name: Eg: "jbutton"
- create merge request and ask for review
- For any change i particular component make branch name with including the features needed to be added. Eg: "JButton" -> "jbutton-padding"
1.0.80
3 years ago
1.0.84
3 years ago
1.0.62
3 years ago
1.0.61
3 years ago
1.0.82
3 years ago
1.0.60
3 years ago
1.0.81
3 years ago
1.0.66
3 years ago
1.0.87
3 years ago
1.0.65
3 years ago
1.0.86
3 years ago
1.0.64
3 years ago
1.0.63
3 years ago
1.0.69
3 years ago
1.0.68
3 years ago
1.0.67
3 years ago
1.0.871
3 years ago
1.0.872
3 years ago
1.0.73
3 years ago
1.0.72
3 years ago
1.0.71
3 years ago
1.0.70
3 years ago
1.0.77
3 years ago
1.0.76
3 years ago
1.0.75
3 years ago
1.0.74
3 years ago
1.0.79
3 years ago
1.0.78
3 years ago
1.0.56
3 years ago
1.0.55
3 years ago
1.0.54
3 years ago
1.0.53
3 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