npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

nuxt-fela

v1.4.6

Published

Nuxt module for Fela styling

Downloads

112

Readme

nuxt-fela

npm npm (scoped with tag) NpmLicense

Add Fela a small, high-performant and framework-agnostic toolbelt to handle state-driven styling in JavaScript to Nuxt.

Setup

  • Add nuxt-fela dependency using yarn or npm to your project
yarn add nuxt-fela
  • Add nuxt-fela to modules section of nuxt.config.js
{
  modules: [
    'nuxt-fela'
  ],

  fela: {
    components: ['Button', 'DatePicker'],
    locale: 'fr',
  },
}

or

{
  modules: [
    [
      'nuxt-fela',
      {
        components: ['Button', 'DatePicker'],
        locale: 'fr',
      },
    ],
  ],
}
  • Add Element UI styles.

Properties

  • name: alignContent shortcut: aC type: AlignContent

  • name: alignItems shortcut: aI type: AlignItems

  • name: alignSelf shortcut: aS type: AlignSelf

  • name: animation shortcut: an type: string

  • name: animationDelay shortcut: anDe type: NumberOrString unit: second

  • name: animationDirection shortcut: anDi type: Animationdirection

  • name: animationDuration shortcut: anDu type: NumberOrString unit: second

  • name: animationFillMode shortcut: anFM type: AnimationFillMode

  • name: animationIterationCount shortcut: anIC type: AnimationIterationCount

  • name: animationName shortcut: anNa type: string

  • name: animationPlayState shortcut: anPS type: AnimationPlayState

  • name: animationTimingFunction shortcut: anTF type: string

  • name: backfaceVisibility shortcut: bfV type: BackfaceVisibility

  • name: background shortcut: bg type: string

  • name: backgroundAttachment shortcut: bgA type: BackgroundAttachment

  • name: backgroundBlendMode shortcut: bgBM type: string

  • name: backgroundClip shortcut: bgCl type: BackgroundClip

  • name: backgroundColor shortcut: bgC type: string

  • name: backgroundImage shortcut: bgI type: string

  • name: backgroundOrigin shortcut: bgO type: BackgroundOrigin

  • name: backgroundPosition shortcut: bgP type: string

  • name: backgroundRepeat shortcut: bgR type: string

  • name: backgroundSize shortcut: bgS type: string

  • name: border shortcut: b type: string

  • name: borderBottom shortcut: bB type: string

  • name: borderBottomColor shortcut: bBC type: string

  • name: borderBottomLeftRadius shortcut: bBLRd type: NumberOrString

  • name: borderBottomRightRadius shortcut: bBRRd type: NumberOrString

  • name: borderBottomStyle shortcut: bBS type: string

  • name: borderBottomWidth shortcut: bBW type: NumberOrString

  • name: borderCollapse shortcut: bCo type: BorderCollapse

  • name: borderColor shortcut: bC type: string

  • name: borderLeftColor shortcut: bLC type: string

  • name: borderLeftStyle shortcut: bLS type: string

  • name: borderLeftWidth shortcut: bLW type: NumberOrString

  • name: borderRadius shortcut: bRd type: NumberOrString

  • name: borderRightColor shortcut: bRC type: string

  • name: borderRightStyle shortcut: bRS type: string

  • name: borderRightWidth shortcut: bRW type: NumberOrString

  • name: borderStyle shortcut: bS type: string

  • name: borderTopColor shortcut: bTC type: string

  • name: borderTopLeftRadius shortcut: bTLRd type: NumberOrString

  • name: borderTopRightRadius shortcut: bTRRd type: NumberOrString

  • name: borderTopStyle shortcut: bTS type: string

  • name: borderTopWidth shortcut: bTW type: NumberOrString

  • name: borderWidth shortcut: bW type: NumberOrString

  • name: bottom shortcut: b type: NumberOrString

  • name: color shortcut: c type: string

  • name: content shortcut: co type: AlignItems

  • name: cursor shortcut: cu type: AlignSelf

  • name: direction shortcut: di type: alignSelf

  • name: display shortcut: d type: alignSelf

  • name: elevation shortcut: el type: alignSelf

  • name: flex shortcut: fl type: alignSelf

  • name: flexBasis shortcut: flB type: alignSelf

  • name: flexDirection shortcut: flD type: alignSelf

  • name: flexGrow shortcut: flG type: alignSelf

  • name: flexShrink shortcut: flS type: alignSelf

  • name: flexWrap shortcut: flW type: alignSelf

  • name: fontFamily shortcut: fF type: alignSelf

  • name: fontSize shortcut: fS type: alignSelf

  • name: fontStyle shortcut: anTF type: alignSelf

  • name: fontVariant shortcut: fV type: alignSelf

  • name: fontWeight shortcut: fW type: alignSelf

  • name: height shortcut: h type: alignSelf

  • name: justifyContent shortcut: jC type: alignSelf

  • name: left shortcut: l type: alignSelf

  • name: letterSpacing shortcut: lS type: alignSelf

  • name: lineHeight shortcut: lH type: alignSelf

  • name: marginBottom shortcut: mB type: alignSelf

  • name: marginLeft shortcut: mL type: alignSelf

  • name: marginRight shortcut: mR type: alignSelf

  • name: marginTop shortcut: mT type: alignSelf

  • name: maxHeight shortcut: maxH type: alignSelf

  • name: maxWidth shortcut: maxW type: alignSelf

  • name: minHeight shortcut: minH type: alignSelf

  • name: minWidth shortcut: minW type: alignSelf

  • name: opacity shortcut: o type: alignSelf

  • name: order shortcut: anTF type: alignSelf

  • name: outlineColor shortcut: ouC type: alignSelf

  • name: outlineWidth shortcut: ouW type: alignSelf

  • name: overflow shortcut: ov type: alignSelf

  • name: paddingBottom shortcut: mB type: alignSelf

  • name: paddingLeft shortcut: mL type: alignSelf

  • name: paddingRight shortcut: mR type: alignSelf

  • name: paddingTop shortcut: mT type: alignSelf

  • name: position shortcut: p type: alignSelf

  • name: right shortcut: r type: alignSelf

  • name: textAlign shortcut: tA type: alignSelf

  • name: textDecorationColor shortcut: tDC type: alignSelf

  • name: textDecorationLine shortcut: tDL type: alignSelf

  • name: textDecorationStyle shortcut: tDS type: alignSelf

  • name: top shortcut: t type: alignSelf

  • name: transform shortcut: tr type: alignSelf

  • name: width shortcut: w type: NumberOrString unit: rem

  • name: zIndex shortcut: zI type: ZIndex