Coder Social home page Coder Social logo

remixicon-angular's Introduction

logo

Remix Icon For Angular

Remix Icon is a set of open-source neutral-style system symbols for designers and developers. Unlike a patchwork icon library, 2600+ icons are all elaborately crafted so that they are born with the gene of readability, consistency and perfect pixels. Each icon was designed in "Outlined" and "Filled" styles based on a 24x24 grid. Of course, all the icons are free for both personal and commercial use.

icon demo View the full set of Remix Icons at remixicon.com.

Installation

npm install @remixicon/angular
# or
yarn add @remixicon/angular
# or
pnpm install @remixicon/angular

Usage

import { Remixicons } from '@remixicon/angular';

@Component({
  selector: 'app-cmp',
  standalone: true,
  imports: [Remixicons],
  template: `
  <!-- Basic usage -->
  <remixicon iconName="ri-admin-line"/>
  <!-- withfixed width -->
  <remixicon iconName="ri-admin-line ri-fw"/>
  <!-- with font-size 0.5em -->
  <remixicon iconName="ri-admin-line ri-xxs"/>
  <!-- with font-size 0.75em -->
  <remixicon iconName="ri-admin-line ri-xs"/>
  ...
  
  <!-- More customization by providing the color and the custom size-->
  <remixicon iconName="ri-admin-line" color="red" size="24px"/>
  ...
  `,
})
export class MyComponent {...}

remixicon-angular's People

Watchers

Fatima AMZIL avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.