Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimaslz/cross-ui-angular
Wrapper in Angular for CrossUI components
https://github.com/dimaslz/cross-ui-angular
Last synced: 5 days ago
JSON representation
Wrapper in Angular for CrossUI components
- Host: GitHub
- URL: https://github.com/dimaslz/cross-ui-angular
- Owner: dimaslz
- Created: 2020-10-19T17:36:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T09:58:56.000Z (over 3 years ago)
- Last Synced: 2024-11-04T01:42:27.354Z (about 2 months ago)
- Language: TypeScript
- Size: 398 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CrossUI Angular
Angular wrapper to easy use for [CrossUI components](https://github.com/dimaslz/cross-ui-core) in your Angular applications.We are in alpha version. if you would like to use this in one of your projects, let me know to motivating me ๐จโ๐ป.
## Installation
`npm install @cross-ui/angular``yarn add @cross-ui/angular`
Now, in your main module, commonly `app.module.ts`:
```typescript
//...
import { NgCrossUIModule } from '@cross-ui/angular';@NgModule({
//...
imports: [
//...
NgCrossUIModule,
],
//...
})
export class AppModule { }
```And in your main css file, for example `styles.scss`
```scss
@import '~@cross-ui/core/dist/cross-ui/cross-ui';
...
```## Author
```js
{
name: "Dimas Lรณpez",
role: "FullStack Software development",
alias: "dimaslz",
twitter: "https://twitter.com/dimaslz",
site: "https://dimaslz.dev",
linkedin: "https://www.linkedin.com/in/dimaslopezzurita"
}
```