next-circle-flags
TypeScript icon, indicating that this package has built-in type declarations

1.0.17 • Public • Published

next-circle-flags(Powered By next/image) for Next13!

CDN IS CHANGED!

UPDATE THIS PACKAGE TO LATEST VERSION !

Next circle flags (based on circle-flags)

NPM JavaScript Style Guide codecov Node.js CI

Install

npm install --save next-circle-flags

Usage

import React from 'react'
import { CircleFlag } from 'next-circle-flags'

export const SpanishFlag = () => <CircleFlag countryCode="es"  height={50} width={50}  />

With custom CDN

import React from 'react'
import { CircleFlag } from 'next-circle-flags'

export const SpanishFlag = () => <CircleFlag countryCode="es"  height={50} width={50}  cdnUrl="https://magic-cdn.com/flags/" />

You can pass all the next/image props to CircleFlag. 🚀

Click here!

License

MIT © sinapirani

Package Sidebar

Install

npm i next-circle-flags

Weekly Downloads

14

Version

1.0.17

License

MIT

Unpacked Size

12.8 kB

Total Files

6

Last publish

Collaborators

  • sinapiranix