1.0.34 • Published 2 years ago
vuecoreui v1.0.34
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.19
2 years ago
1.0.18
2 years ago
1.0.17
2 years ago
1.0.16
2 years ago
1.0.33
2 years ago
1.0.22
2 years ago
1.0.11
2 years ago
1.0.32
2 years ago
1.0.21
2 years ago
1.0.31
2 years ago
1.0.20
2 years ago
1.0.30
2 years ago
1.0.15
2 years ago
1.0.14
2 years ago
1.0.13
2 years ago
1.0.34
2 years ago
1.0.12
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago