Skip to content

oruga-ui/theme-tailwind

Repository files navigation

Tailwind theme for Oruga

Install

npm install @oruga-ui/theme-tailwind

or

yarn add @oruga-ui/theme-tailwind

Configure

import { createApp } from 'vue'
import App from './App.vue'

import Oruga from '@oruga-ui/oruga-next'
import { tailwindConfig } from '@oruga-ui/theme-tailwind'

import '@oruga-ui/theme-tailwind/dist/tailwind.css'

createApp(App)
    .use(Oruga, tailwindConfig)
    .mount('#app')

Please note, this package can be used without importing any other Oruga styling or theme.

Customization (SASS/SCSS)

Contributors

Thank you to everyone involved for improving this project, day by day πŸ’š

Complete list.

Credits

Logo designed by mouadTaoussi

License

Code released under MIT license.

About

🌊 Customization of Oruga components with Tailwind css framework

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors