1.0.0 • Published 12 months ago

wickesit-ui-toolkit v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

UI Toolkit

UI Toolkit is a UI library that contains:

  • Common UI components:

    • Button
    • Checkbox
  • General style model:

    • grid system
    • scss variables, mixins, functions
    • common styles
  • Common JS:

    • validation rules
    • text transformation function
  • Nuxt Plugins (custom plugins containing common logic for our MFEs)

  • Nuxt Module (module wrapping custom plugins)

They are stored as the package in the Gitlab package registry under @wickesit registry.

How to install UI Toolkit

Configure @wickesit registry: How to install modules from GPR

install @wickeit/ui-toolkit in the usual way of modules installation (npm i, etc)

How to use UI Toolkit

Just import needed parts from this package, for example

@import '@wickesit/ui-toolkit/dist/styles/variables-and-mixins.scss';

When you merge your changes to UI Toolkit make sure to merge changes to your aim project to keep a version of UI Toolkit updated

1.0.0

12 months ago