Skip to content

devclahore/react-icon-collection

 
 

Repository files navigation

React Pakistan

React Pakistan is an OpenSource & Free Software (FOSS) platform, creating React software solutions for the global community.

React Icon Collection

Other Libraries from ReactPakistan

A generic, Icons library for React web apps, following modern approach by building your project's UI in isolation using state of the art Storybook along with React.

Install

Add React Icon Collection to your project.

  yarn add @react-pakistan/react-icon-collection

OR

  npm install @react-pakistan/react-icon-collection

Add React Emoji Collection base theme to your project.

  yarn add @react-pakistan/util-functions

OR

  npm install @react-pakistan/util-functions

Styles

Styled Components are employed to maintain and update theme for this project. Please consider adding Styled Component Provider wrapper to the entry point of your application, following is the sample code. You could either use the default theme as shown below or wire your custom theme object instead.

  import { ThemeProvider } from 'styled-components';
  import { theme } from '@react-pakistan/util-functions';

  <ThemeProvider theme={theme}>
    <App />
  </ThemeProvider>

Use

Refer to React Pakistan Docs for detail usage docs.

Buy me a coffee

<a href="https://www.buymeacoffee.com/60whp8FM3" target="_blank"

Buy Me A Coffee

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • Other 0.2%