npm.io
1.24.4 • Published 1 year ago

ngx-simple-widgets

Licence
Version
1.24.4
Deps
2
Size
1.6 MB
Vulns
0
Weekly
0

Simple Widgets

Simple Widgets is an Angular component library that offers a collection of components designed to maintain a harmonious and unified user experience. These components are meticulously crafted with a consistent theme, drawing inspiration from material design for their color scheme. Notably, each component in this library is standalone in nature, emphasizing their self-contained design.

This storybook docs serves as the central hub for documentation, allowing developers to easily adopt and understand these standalone components. Developers can leverage Storybook as both a comprehensive reference guide and an interactive playground to explore how these components behave with various input combinations.



Sample usage

Install the library via NPM
npm install "ngx-simple-widgets";
Import the component
import { SwButtonComponent } from "ngx-simple-widgets";

@Component({
  imports: [SwButtonComponent]
})
Use in the template
<button sw-primary-button>Create Account</button>
Output

Primary button output