1.0.2 • Published 5 months ago

@imarc/component-library-starter-kit v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

Component Library: Starter Kit

A light, customizable frontend starter kit for the Imarc Component Library.

Installation

Install with NPM

  npm i @imarc/component-library-starter-kit

To clone assets (js, scss) and vite.config.js files directly into current folder structure:

  npx component-library-starter-kit

Styles

To import just the compiled CSS into CSS or SCSS:

SCSS

    @use '@imarc/component-library-starter-kit/dist/main.css';

CSS

    @import '@imarc/component-library-starter-kit/dist/main.css';

OR

Import the scss and use functions and mixins

   @use '@imarc/component-library-starter-kit/dist/scss/main.scss' as *;
   @use '@imarc/component-library-starter-kit/dist/scss/abstracts' as *;
1.0.2

5 months ago

1.0.1

5 months ago

0.0.16

9 months ago

0.0.15

9 months ago

0.0.14

10 months ago

0.0.14-alpha.0

10 months ago

0.0.13-alpha.0

10 months ago

0.0.12-alpha.0

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.6

10 months ago