Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tomheaton/morphicons
- Owner: tomheaton
- Created: 2023-09-24T16:27:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T13:05:09.000Z (5 months ago)
- Last Synced: 2024-06-18T15:46:12.374Z (5 months ago)
- Topics: icons, javascript, react, typescript
- Language: TypeScript
- Homepage: https://morphicons.tomheaton.dev
- Size: 229 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 linkcd ..
cd example
npm link morphicons
```