0.0.8 • Published 3 years ago

jenika-ui v0.0.8

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Jenika-UI

Modern UI Library that is beautifully designed and build projects on top of that.

Installation

  1. Install from your favourite package managers.
yarn add jenika-ui
# or with npm
npm install jenika-ui
  1. Import styles into your main.{ts/js} file
import 'jenika-ui/dist/style.css';
  1. Start using the pre-styled components

    For example if you want buttons, try importing it and directly use it in your app.

import { JButton } from 'jenika-ui';

<template>
    <JButton variant="primary">Primary</JButton>
</template>

Components:

Full Documentation here: https://anburocky3.github.io/JenikaUI/

License: MIT

Authors:

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago