Emry UI - Tailwind Preset
Supercharge your frontend development
Installation
yarn add @emryui/tailwind-preset
tailwind.config.js
:
module.exports = {
presets: [
require("@emryui/tailwind-preset")
],
// Everything else
}
What's included
- Colors (primary, gray, success, error, warning, +24 others)
- Typography
- Gradients (primary & gray)
- Container (sm, md, lg, xl)
- Drop shadows (sm, md, lg, xl, 2xl, 3xl)