# Tailwind Dashed Border SVG
A plugin for adressing issue with custamable and animatable dashed border via tailwind interface (mostly).
It uses real svg under the hood what provide the maximum flexibility. Non animated border coming soon.
# Setup
```
pnpm i tailwind-dashed-border
```
prepare a component for svg
```tsx
export function BorderSVG() {
return (
);
}
```
and now you are ready to make your borders
```tsx