Skip to content

Latest commit

 

History

History
72 lines (46 loc) · 1.87 KB

File metadata and controls

72 lines (46 loc) · 1.87 KB

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.