pure-elements
TypeScript icon, indicating that this package has built-in type declarations

2.0.11 • Public • Published

Pure Elements

GitHub

Pure is a set of Angular components made to increase the speed of front end development. Pure doesn't contain CSS styles because it was designed with a concept of separation of functionality and element's look, providing more flexibility than libraries that have styles integrated to components code. Components also allow you to configure as much as possible, therefore you can use them for wider amount of projects.

Getting Started

Installation
  1. Install Pure via Npm: npm i pure-elements --save.
  2. Add Pure's main module to your app:
import { PureElements } from 'pure-elements';

@NgModule({
  …
  imports: [ PureElements ]
  …
}]

Enjoy!

Dependencies

Dependents (0)

Package Sidebar

Install

npm i pure-elements

Weekly Downloads

2

Version

2.0.11

License

ISC

Unpacked Size

274 kB

Total Files

280

Last publish

Collaborators

  • antonskyba