1.0.4 • Published 5 months ago

eolo v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Hello and thank you for being here. This is a tailwind ui kit but is still under development, please don't use it in production. Please feel free to collaborate with this project.

Best regards.

Eolo

How to use

After install the npm package you need to import the plugin into the tailwind.config.js file:

import eolo from 'eolo'

module.exports = {
	plugins: [eolo],
}

Then you need to import the stylesheet into your main css file, before any Tailwind directive:

@import 'eolo';
@tailwind base;
@tailwind components;
@tailwind utilities;

To you know how to use the components plase visit: https://eolo.vercel.app

You'll help me a lot if you want to collaborate with this project in any way.

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago