Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomheaton/morphicons

Morphing icons for React. Customise icons with variants and colours.
https://github.com/tomheaton/morphicons

icons javascript react typescript

Last synced: about 12 hours ago
JSON representation

Morphing icons for React. Customise icons with variants and colours.

Awesome Lists containing this project

README

        

# morphicons

Morphing icons for React. Customise icons with variants and colours.

## Example

```jsx
import { MorphIcon } from "morphicons";

export default function Icons() {
return (
<>



>
);
}
```

## Development

```bash
cd morphicons
npm link

cd ..

cd example
npm link morphicons
```