0.1.63 • Published 1 year ago

tru-space-story-book v0.1.63

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

TruSpace Storybook

TruSpace storybook is set of angular components that implements TruSpace Design Pattern specification.

Installation

npm install tru-space-story-book

Usage

Here's a quick setup to get you started

Open your module (sample.module.ts is just a sample)

@sample.module.ts

import { TruspaceLibraryModule } from 'tru-space-story-book';
@NgModule({
    imports: [TruspaceLibraryModule,]
});

Open any of your .html file

@sample.component.html

    <truspace-button
        label="Button"
        size="sm"
        type="active"
        fontWeight="regular"
        [fontSize]="12"
        id=""
        (clickEvent)="clickEvent($event)"
    >
    </truspace-button>

@sample.component.ts

function clickEvent(data: any) {
  console.log("This function will be called ", data);
}
0.1.63

1 year ago

0.1.62

1 year ago

0.1.61

1 year ago

0.1.6

1 year ago

0.1.58

1 year ago

0.1.57

1 year ago

0.1.56

1 year ago

0.1.55

1 year ago

0.1.54

1 year ago

0.1.53

1 year ago

0.1.52

1 year ago

0.1.51

1 year ago

0.0.78

1 year ago

0.0.77

1 year ago

0.0.76

1 year ago

0.0.75

1 year ago

0.0.74

1 year ago

0.0.73

1 year ago

0.0.72

1 year ago

0.0.71

1 year ago

0.0.7

1 year ago

0.0.51

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago