@shlinkio/shlink-frontend-kit
v1.4.0
Published
React components and utilities for Shlink frontend projects
Readme
Shlink frontend kit
React components and utilities for Shlink frontend projects
Tailwind
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';