Skip to content

React components and utilities for Shlink frontend projects

License

Notifications You must be signed in to change notification settings

acelaya-forks/shlink-frontend-kit

 
 

Repository files navigation

Shlink frontend kit

React components and utilities for Shlink frontend projects

Tailwind alternatives

This library provides some tailwindcss-based components. To use them make sure to import components from @shlinkio/shlink-frontend-kit/tailwind and you add the following instructions to your tailwind stylesheet:

@import 'tailwindcss' prefix(tw);

/* Add these two lines */
@source '../node_modules/@shlinkio/shlink-frontend-kit';
@import '@shlinkio/shlink-frontend-kit/tailwind.preset.css';

About

React components and utilities for Shlink frontend projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 88.7%
  • SCSS 7.1%
  • CSS 3.8%
  • Other 0.4%