https://github.com/zeljkovranjes/solid-circle-flags
SolidJS component with 300+ minimal circular SVG country flags, wrapped from HatScripts/circle-flags
https://github.com/zeljkovranjes/solid-circle-flags
component flags npm npm-package pnpm solid solidjs solidjs-component solidjs-component-library typescript
Last synced: 10 months ago
JSON representation
SolidJS component with 300+ minimal circular SVG country flags, wrapped from HatScripts/circle-flags
- Host: GitHub
- URL: https://github.com/zeljkovranjes/solid-circle-flags
- Owner: zeljkovranjes
- License: mit
- Created: 2025-05-13T00:41:44.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-05-18T18:16:37.000Z (11 months ago)
- Last Synced: 2025-06-22T04:28:18.542Z (10 months ago)
- Topics: component, flags, npm, npm-package, pnpm, solid, solidjs, solidjs-component, solidjs-component-library, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/solid-circle-flags
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solid-circle-flags
[](https://www.npmjs.com/package/posthog-js)
[](https://opensource.org/licenses/MIT)
SolidJS component with 300+ minimal circular SVG country flags.
## Quick start
Install it:
```bash
npm i solid-circle-flags
# or
yarn add solid-circle-flags
# or
pnpm add solid-circle-flags
```
Use it:
```tsx
import { CircleFlag, CircleFlagLanguage } from 'solid-circle-flags';
// Using default cdn
// With custom cdn
// You can also set the CDN via the 'VITE_PUBLIC_CIRCLE_FLAGS_CDN_URL' env.
// Do not set the cdn={} if you plan on using the env
```