Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

r17x/chakra-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO

WORK IN PROGRESS

  • create-index in dist before Publish
  • CI Publish in NPM
  • Web Documentation (Inspire by react-icons)

Collections React Icons with Chakra-UI ⚡️ (Ready to Use)

How To

Installation

yarn add chakra-icons

OR use NPM

npm install --save-dev chakra-icons

Usage

import { IconName } from 'chakra-icons'

const App = () => (
  <div>
    <IconName boxSize="md" color="blue" />
  </div>
)

You just need to change IconName with the specific icon name that we are provided, See List Available Icons.

Contribution

  • Feel free for make an issue, pull requests, and contact us if you have any question.
  • Add new Icons
    • Fork this repository.
    • Modify icons.yml with add new public repository and path of svg files.
    • run yarn generate after changes and see the output changes in dist/.
    • when you think is correct well, send a new pull requests.

License

This project stand with MIT License but every icons have license such a CC or MIT.