Skip to content

efureev/fint-ds

Repository files navigation

Fint-DS (Vue 3)

@feugene/fint-ds is a Vue 3 design-system package. Consumers install the published package and use the build artifacts from dist.

Русская версия: docs/ru/installation.md

Documentation

Russian documentation:

Quick start

  1. Install the package:
yarn add @feugene/fint-ds
  1. Import the package styles once in main.ts:
import '@feugene/fint-ds/styles.css'

If your app already uses UnoCSS, keep that setup on the app side and continue importing its reset / virtual:uno.css as usual.

  1. Apply the theme before mounting the app:
import { initThemeEarly } from '@feugene/fint-ds'

initThemeEarly()
  1. Register the plugin:
import { createApp } from 'vue'
import FintDs from '@feugene/fint-ds'

createApp(App)
  .use(FintDs)
  .mount('#app')

For the full setup, see docs/en/installation.md.

About

Vue 3 design system package with components, styles, directives, and localization helpers

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors