Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

185 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Publish package to NPM registry

Simple Widgets.

Simple Widgets is a UI component library built using Angular and it is available as a NPM package to download. Currently the library has a palette of 6 components and few more will be added in the future. All the components encapsulates the core logic and provides a simple API for the consumer to work with it.

NOTE : This library is built for learning purpose and not recommended to use in production.

Storybook

This library has a hosted Storybook docs, which serves as a playground to interact with components and as a documentation to learn about their usage.

Installation

npm install ngx-simple-widgets

Usage

Import the module

To use a particular component or a service, the respective module needs to be imported into the working module.

import { SwButtonModule } from "ngx-simple-widgets";
imports: [SwButtonModule];

Use the component

<button sw-primary-button>Click me!</button>

Output

Primary button output

Releases

Packages

Used by

Contributors

Languages