@marcosrodriguez/better-components
v1.1.1
Published
**BetterComponents** is an open-source library of reusable Angular components. It includes simple, customizable alerts, tables and icons, designed for clarity, flexibility, and ease of use.
Readme
BetterComponents
BetterComponents is an open-source library of reusable Angular components. It includes simple, customizable alerts, tables and icons, designed for clarity, flexibility, and ease of use.
The library is distributed under the MIT license and is compatible with Angular 18.
Installation (Source Code)
To set up the project locally with ESLint support, install dependencies:
npm installInstallation (Published Package)
You can install the published package via npm:
npm install @marcosrodriguez/better-componentsUsage
Once installed, import the components you need into your Angular modules or components:
import { } from "@marcosrodriguez/better-components";All exported components and types are prefixed with BC for consistency and easy identification.
