1.0.4 • Published 3 years ago

@flagkit/react v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@flagkit/react

npm version npm downloads

FlagKit creators: madebybowtie.

This library provides exported SVG Components for React instead of relying on a CDN like react-flagkit.

Installation

yarn

yarn add @flagkit/react

npm

npm i @flagkit/react

Usage

Specific icons:

import React from "react";
import { FlagIconDE } from "@flagkit/react";

const App = () => {
  return <FlagIconDE />;
};

export default App;
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago