1.0.34 • Published 7 months ago

vuecoreui v1.0.34

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months 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.19

11 months ago

1.0.18

11 months ago

1.0.17

11 months ago

1.0.16

11 months ago

1.0.33

7 months ago

1.0.22

11 months ago

1.0.11

11 months ago

1.0.32

11 months ago

1.0.21

11 months ago

1.0.31

11 months ago

1.0.20

11 months ago

1.0.30

11 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.34

7 months ago

1.0.12

11 months ago

1.0.1

1 year ago

1.0.0

1 year ago