lili-sky
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

Lili Sky

Install

npm install lili-sky
# or
yarn add lili-sky
# or
pnpm add lili-sky

Example

import { Unicorn } from 'lili-sky'
// OR in nodeJS ( commonJS module )
const { Unicorn } = require('lili-sky')

const myUnicorn = new Unicorn()

myUnicorn.sayHelloTo('jason') // '🦄 Hello jason !'
import { classNames } from 'lili-sky'

classNames('foo', 'boo') // 'foo boo'
classNames({ foo: true, boo: false }) // 'foo'
classNames([true && 'foo', 'boo']) // 'foo boo'

const foo = () => {
  return <div className={classNames({ foo: true, boo: false })} />
}

Readme

Keywords

Package Sidebar

Install

npm i lili-sky

Weekly Downloads

1

Version

0.1.3

License

MIT

Unpacked Size

9.64 kB

Total Files

22

Last publish

Collaborators

  • zhixiangyao