mount-style
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

mount-style

A simple function for mounting css style codes

NPM version Codacy Badge Test coverage npm download gzip License

Sonar

Installing

# use pnpm
$ pnpm install mount-style

# use npm
$ npm install mount-style --save

# use yarn
$ yarn add mount-style

Usage

General use

import mountStyle from 'mount-style'

mountStyle('css style codes', options)
  1. by require
const mountStyle = require('mount-style')

mountStyle('css style codes', options)

Use CDN resource

<!-- head -->
<script src="https://unpkg.com/mount-style@1.2.0/dist/index.global.prod.js"></script>

Support & Issues

Please open an issue here.

License

MIT

Package Sidebar

Install

npm i mount-style

Weekly Downloads

184

Version

1.2.0

License

MIT

Unpacked Size

11.9 kB

Total Files

11

Last publish

Collaborators

  • saqqdy