Jenika-UI

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

Maintenance Ask Me Anything Github license GitHub contributors Open Source Love svg GitHub followers

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:

GitHub

View Github