React components and utilities for Shlink frontend projects
This library provides tailwindcss-based components. To use them make sure you add the following instructions to your tailwind stylesheet:
@import 'tailwindcss';
/* Add these two lines */
@source '../node_modules/@shlinkio/shlink-frontend-kit';
@import '@shlinkio/shlink-frontend-kit/tailwind.preset.css';