1.1.0 • Published 1 year ago

tabler-react-native v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Tabler Icons for React Native

Installation

yarn add tabler-react-native

or

npm install tabler-react-native --save

or

pnpm install tabler-react-native

or just download from GitHub.

Usage

It's build with ESmodules so it's completely tree-shakable. Each icon can be imported as a component.

import { IconArrowLeft } from 'tabler-react-native/icons';

const App = () => {
  return (
      <View>
        <IconArrowLeft />
      </View>
  );
};

export default App;

You can pass additional props to adjust the icon.

<IconArrowLeft color="red" size={48} />

Props

nametypedefault
sizeNumber24
colorStringcurrentColor
strokeNumber2

License

Tabler React Native is licensed under the MIT License.

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.0

1 year ago