@lekseek/ui
TypeScript icon, indicating that this package has built-in type declarations

0.15.3 • Public • Published

LekSeek UI

logo

Vue 3 components library written in TypeScript and Sass with design system by LekSeek

Table of Contents

Documentation

To check out docs, visit ##TODO## page.

Features

  • 50+ UI components,
  • directives,
  • customizable styles (sass variables),
  • internationalization,
  • support for font awesome icons,
  • typescript support,
  • helper css classes,
  • ... and more

Installation

npm i @lekseek/ui

Quick start

Add library to your Vue 3 app in entry file (eg. main.js):

import { createApp } from 'vue';
import App from './App.vue';
import Ui from '@lekseek/ui';

createApp(App)
  .use(createUI({}))
  .mount('#app');

Import stylesheet file:

@import '~@lekseek/ui/dist/lekseek-ui';

Install Lekseek icons in your project:

npm i @lekseek/lekseek-icons

and import icons in your styles:

@import '~@lekseek/icons/dist/lekseek-icons.css';

Package Sidebar

Install

npm i @lekseek/ui

Weekly Downloads

165

Version

0.15.3

License

MIT

Unpacked Size

1.07 MB

Total Files

452

Last publish

Collaborators

  • m.hudzik
  • p.miluski