Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

JanYork/options

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acnb-options

Collection of Option Utilities for acnb.

Usage

npm i @acnb/options
import { useBackgroundOptions } from '@acnb/options'

const backgroundOptions = useBackgroundOptions()
console.log(backgroundOptions)
// {
//   enable: false,
//   value: "",
//   opacity: 0.85,
//   repeat: false,
// }
const backgroundOptions = useBackgroundOptions({
  enable: true,
})
console.log(backgroundOptions)
// {
//   enable: true,
//   value: "",
//   opacity: 0.85,
//   repeat: false,
// }

About

🪀 Cnblog(博客园)主题的选项实用程序集合。

Resources

License

Stars

Watchers

Forks

Packages

No packages published