Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@thedesignsystem/button

gstvribs2MIT0.1.1TypeScript support: included

Import module with: import { ButtonModule, ButtonComponent } from '@thedesignsystem/button';

readme

Component: Button

Usage

Import module with: import { ButtonModule, ButtonComponent } from '@thedesignsystem/button';

Find your main @NgModule in app.module.ts add the module imported in declarations array: declarations: [ ButtonComponent ] and the module imported in imports array: imports: [ ButtonModule ]

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.1.1 (2020-06-23)

Bug Fixes

  • button: adjusting radius of button (1c2cf90)

0.1.0 (2020-06-22)

Features