1.1.44 • Published 2 years ago

vuivui-icons v1.1.44

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

vuivui-icons

VuiVui - Icons component

Vuivui Icon Component :


Installation :

via NPM:

npm i vuivui-icons

via YARN:

yarn add vuivui-icons


Usage :

//index.js
import App from "./App";
import ReactDOM from "react-dom";
import React from "react";
import { iconSheet } from "vuivui-icons";

ReactDOM.render(
  <React.StrictMode>
    <div>
      {iconSheet}
      <App />
    </div>
  </React.StrictMode>,
  document.getElementById("root")
);
import {Icon, IconEnum} from "vuivui-icons";

<Icon name={IconEnum.CaretRight} />

<Icon
    name={IconEnum.CaretRight}
    size={64}
    color={'#F05A94'}
    fill = "red"
    strokeWidth={1}
/>

API References:

PropertyDescriptionTypeDefaultRequired
nameName of iconIconEnum
colorColor of icon (Color's name or #HEX), 'primary' value is for #F05A94, 'secondary' value is for #009ADAstring#000000
sizeSize of icon as pixelnumber32px
classNameAs same as className in JSXstring
fillSVG fill colorstring"none"
strokeWidthvalue of strokeWidth as pixelnumber2px
onClickSet the handler to handle click event(event) => void
onKeyPressSet the handler to handle key press event(event) => void
styleIconInline-styles as for React components{ key: string: React.CSSProperties }

1.1.4

2 years ago

1.1.38

2 years ago

1.1.39

2 years ago

1.1.41

2 years ago

1.1.44

2 years ago

1.1.43

2 years ago

1.1.42

2 years ago

1.1.37

2 years ago

1.1.36

2 years ago

1.1.35

2 years ago

1.1.34

2 years ago

1.1.33

2 years ago

1.1.32

2 years ago

1.1.31

2 years ago

1.1.3

2 years ago

1.1.23

2 years ago

1.1.22

2 years ago

1.1.21

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.63

2 years ago

1.0.62

2 years ago

1.0.61

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.42

2 years ago

1.0.41

2 years ago

1.0.4

2 years ago

1.0.11

2 years ago

1.0.31

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago