@digital-party/cupcake
TypeScript icon, indicating that this package has built-in type declarations

0.0.16-alpha • Public • Published

Cupcake UI Library 🧁

This project is a standalone component library developed with Angular 17, designed to create digital invitations quickly and easily.

Usage

Once installed, you can import the necessary components into your standalone components and use them in your templates as follows:

import { Component } from '@angular/core';
import { RouterOutlet } from '@angular/router';
import { CupcakeComponent } from '@digital-party/cupcake';

@Component({
  selector: 'app-root',
  standalone: true,
  imports: [RouterOutlet, CupcakeComponent],
  templateUrl: './app.component.html',
  styleUrl: './app.component.scss'
})
export class AppComponent {
  title = 'test-library';
}
<cupcake-component></cupcake-component>

Features

  • Reusable Components
  • Ease of Use: Components are designed to be intuitive and easy to integrate into any Angular project.

Readme

Keywords

none

Package Sidebar

Install

npm i @digital-party/cupcake

Weekly Downloads

11

Version

0.0.16-alpha

License

MIT

Unpacked Size

1.27 MB

Total Files

81

Last publish

Collaborators

  • frxncismor