0.2.2 • Published 3 years ago

dodo-icons v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.2.1

3 years ago

0.2.0-react

3 years ago

0.2.0-vue

3 years ago

0.2.0

3 years ago

0.1.54

3 years ago

0.1.53

3 years ago

0.1.52

3 years ago

0.1.51

3 years ago

0.1.50

3 years ago

0.1.49

3 years ago

0.1.48

3 years ago

0.1.47

3 years ago

0.1.46

3 years ago

0.1.45

3 years ago

0.1.44

3 years ago

0.1.43

3 years ago

0.1.41

3 years ago

0.1.40-a

3 years ago

0.1.40

3 years ago

0.1.39

3 years ago

0.1.38

3 years ago

0.1.37

3 years ago

0.1.36

3 years ago

0.1.35

3 years ago

0.1.34

3 years ago

0.1.33

3 years ago

0.1.32

3 years ago

0.1.31

3 years ago

0.1.30

3 years ago

0.1.29

3 years ago

0.1.28

3 years ago

0.1.27

3 years ago

0.1.26

3 years ago

0.1.25

3 years ago

0.1.24

3 years ago

0.1.23

3 years ago

0.1.22

3 years ago

0.1.21

3 years ago

0.1.20

3 years ago

0.1.19

3 years ago

0.1.18

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.1.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago