Skip to content

anburocky3/JenikaUI

Repository files navigation

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:

License: MIT

Authors: