0.2.2 • Published 2 years ago

dodo-icons v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

🦤 Dodo İkonlar

git repo

npm npm npm npm npm npm

dodo-icons, React ve Vue.js gibi web teknolojilerinde kullanılmak üzere geliştirilmiş bir ikon paketidir. Paket içinde birçok popüler ikon paketi yer almakta ve kullanıcılar istedikleri ikonu kolayca kullanabilmektedirler. Bu dokümantasyonda, dodo-icons paketinin nasıl kurulacağı, kullanılacağı ve özelleştirilebileceği hakkında bilgi verilecektir.

Detaylı Döküman

Buradan Ulaşabilirsiniz.

Kurulum

dodo-icons, NPM üzerinden tüm paketi yüklenerek projeye dahil edilebilir.

npm install dodo-icons
  • Eğer sadece React için kullanmak istiyorsanız
  npm install dodo-icons@0.2.0-react
  • Eğer sadece Vue için kullanmak istiyorsanız
  npm install dodo-icons@0.2.0-vue

Örnek Kullanım (React)

dodo-icons, kullanılacak ikon paketi için özel olarak oluşturulmuş modüller içermektedir. İstenilen modül, projede kullanılacak dosyaya import edilerek kullanılabilir. Örneğin, Font Awesome 5 ikon paketinden bir ikon kullanmak isteniyorsa, şu şekilde bir import işlemi gerçekleştirilebilir:

import { FaBeer } from "dodo-icons/react/fa";

function Ikonlar() {
  return (
    <h3>
        <FaBeer />
    </h3>
  );
}
import { FaBeer } from "dodo-icons/all";

function Ikonlar() {
  return (
    <h3>
        <FaBeer />
    </h3>
  );
}

Örnek Kullanım (Vue)

<template>
    <Icons icon="WiAlien" color="" style="" class=""/>
</template>
<script>
    import Icons from 'dodo-icons/vue/wi/'
    export default {
        components: {
            Icons
        }
    }
</script>

Ayarlar (React)

Zorunluluk: React 16.3 yada üstü.

import { IconContext } from "dodo-icons";

<IconContext.Provider value={{ color: "blue", className: "global-class-name" }}>
  <div>
    <FaFolder />
  </div>
</IconContext.Provider>;

İkonlar

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0-react

2 years ago

0.2.0-vue

2 years ago

0.2.0

2 years ago

0.1.54

2 years ago

0.1.53

2 years ago

0.1.52

2 years ago

0.1.51

2 years ago

0.1.50

2 years ago

0.1.49

2 years ago

0.1.48

2 years ago

0.1.47

2 years ago

0.1.46

2 years ago

0.1.45

2 years ago

0.1.44

2 years ago

0.1.43

2 years ago

0.1.41

2 years ago

0.1.40-a

2 years ago

0.1.40

2 years ago

0.1.39

2 years ago

0.1.38

2 years ago

0.1.37

2 years ago

0.1.36

2 years ago

0.1.35

2 years ago

0.1.34

2 years ago

0.1.33

2 years ago

0.1.32

2 years ago

0.1.31

2 years ago

0.1.30

2 years ago

0.1.29

2 years ago

0.1.28

2 years ago

0.1.27

2 years ago

0.1.26

2 years ago

0.1.25

2 years ago

0.1.24

2 years ago

0.1.23

2 years ago

0.1.22

2 years ago

0.1.21

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago