![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
@oruga-ui/oruga-next
Advanced tools
Oruga UI is like a caterpillar, minimal and yet functional. It's in your hands turning it into a butterfly
(🐛) => 🦋
Oruga is a lightweight library of UI components for Vue.js without CSS framework dependency
The documentation is in the docs directory, it serves as the demo as well.
Browse online documentation here.
You need Vue.js version 3.x.
npm install @oruga-ui/oruga-next
Bundle
import { createApp } from 'vue'
import Oruga from '@oruga-ui/oruga-next';
import '@oruga-ui/oruga-next/dist/oruga.css';
createApp(...).use(Oruga);
or Individual Components (tree shaking)
import Vue from 'vue'
import { Field, Input } from '@oruga-ui/oruga'
import '@oruga-ui/oruga/dist/oruga.css'
createApp(...)
.use(Field)
.use(Input)
Browse customization section on the documentation.
Recent versions of Firefox, Chrome, Edge, Opera, Safari and IE11.
Please see the contributing guidelines
While it's still in beta, version will follow v0.Y.Z, where:
Walter Tommasi |
Oruga is an open source MIT project if you are interested in supporting this project, please consider becoming a patron.
Oruga logo designed by Matteo Guadagnini
Code released under MIT license.
FAQs
UI components for Vue.js and CSS framework agnostic
The npm package @oruga-ui/oruga-next receives a total of 0 weekly downloads. As such, @oruga-ui/oruga-next popularity was classified as not popular.
We found that @oruga-ui/oruga-next demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.