0.0.3 • Published 3 years ago

@zitrus/components v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

@zitrus/components

The package of the components of the Zitrus design system.

Getting started

Follow this steps for a propertly usage. Make sure to run yarn bootstrap within the root of the monorepository.

# Initialize the storybook for the components visualization
yarn storybook:start

# Build the components for a publish
yarn components:build

# Build the storybook for production
yarn storybook:build

Usage

To use the package as global components for vue, follow this steps:

import Vue from 'vue';
import ZitrusComponents from '@zitrus/components';

Vue.use(ZitrusComponents);
0.0.1

3 years ago

0.0.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.7

3 years ago