@terminus/ui-login-form
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

Login Form

CI/CD Status Codecov MIT License
NPM version Library size


🚨 Warning! This component is deprecated! 🚨


Table of Contents

Installation

Use the ng add command to quickly install all the needed dependencies:

ng add @terminus/ui-login-form

CSS imports

In your top-level stylesheet, add these imports:

@import '~@terminus/design-tokens/css/library-design-tokens.css';
@import '~@terminus/ui-styles/terminus-ui.css';

CSS resources

Load the needed font families by adding this link to the <head> of your application:

<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">

Usage

Create a basic login form with submit function:

<ts-login-form (submission)="mySubmitFunction($event)"></ts-login-form>

Readme

Keywords

none

Package Sidebar

Install

npm i @terminus/ui-login-form

Weekly Downloads

3

Version

2.0.0

License

MIT

Unpacked Size

104 kB

Total Files

31

Last publish

Collaborators

  • bmalinconico-terminus
  • atlwendy
  • terminus_devops