@eyedouble/eye-elements
v0.0.4
Published
Custom elements library for Angular4
Downloads
17
Maintainers
Readme
eye-elements
Custom elements library for Angular4, often implementing or at least inspired on Material Design
Elements
- Colour picker [in-progress]
- Data table [in-progress]
- Datetime picker [planned]
Usage
npm install eye-elements
import { EyeElements } from '@eyedouble/eye-elements';
Then add EyeElements in your module declaration imports.
@NgModule( {
..,
imports: [
..,
EyeElementsModule
]
} )
