rollup-plugin-responsive-app
TypeScript icon, indicating that this package has built-in type declarations

1.0.14-beta.0 • Public • Published

rollup-plugin-responsive-app [beta]

A Rollup plugin to automatically handle your app responsiveness:

  • Set up and ready
  • Web accessible compliant
  • Mobile screen auto-adaptation [experimental]

Install

npm i -D rollup-plugin-responsive-app

Usage

In your rollup.config.js or vite.config.js file:

import responsive from 'rollup-plugin-responsive-app'

export default {
  ...
  plugins: [
    ...,
    // Last plugin on the list
    responsive()
  ],
};

Options

Check the responsive-app docs page

/rollup-plugin-responsive-app/

    Package Sidebar

    Install

    npm i rollup-plugin-responsive-app

    Weekly Downloads

    2

    Version

    1.0.14-beta.0

    License

    MIT

    Unpacked Size

    262 kB

    Total Files

    7

    Last publish

    Collaborators

    • artsborba