1.1.1 • Published 9 months ago

react-native-radix-ui-icons v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Introduction

This package provides Radix UI icons for React Native. These icons are designed to be easily customizable in terms of size & color.

Installation

To install the package, run:

npm install react-native-radix-ui-icons

or using Yarn:

yarn add react-native-radix-ui-icons

Usage

To use an icon in your project, simply import it and customize its properties:

import React from 'react'
import { ShadowIcon } from 'react-native-radix-ui-icons'

const App = () => {
  return <ShadowIcon color="blue" width={30} height={30} />
}

export default App

Customization

All icons support the following properties:

  • color: Set the color of the icon (default: black).
  • width and height: Adjust the size of the icon (default: 24x24).
<ShadowIcon color="red" width={40} height={40} />

Contributing

We welcome contributions! If you'd like to contribute:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Copyright © 2022-present WorkOS. See LICENSE for more information.

1.1.1

9 months ago

1.1.0

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago