Customization of Oruga components with Bootstrap framework
This content provides information about a package called @oruga-ui/oruga. It mentions that the package works for Vue 2 and can be used without importing the full Oruga bundle. The content also mentions customization options and contributors to the project. Finally, it states that the code released under the MIT license.
@oruga-ui/oruga (Vue 2).To install the @oruga-ui/oruga package, follow these steps:
Add the package to your project dependencies:
npm install @oruga-ui/oruga
Import the components you need from the package:
import { Button, Modal, ... } from '@oruga-ui/oruga'
Use the imported components in your Vue components.
The @oruga-ui/oruga package is a Vue 2 compatible package that offers partial importing without requiring the full Oruga bundle. It allows customization of component styles by overriding or adding new classes. The project is continually improved by contributors and is released under the MIT license.