@episclera/weaver-theme
TypeScript icon, indicating that this package has built-in type declarations

1.23.0 • Public • Published

@episclera/weaver-theme

A shareable weaver theme config. Part of weaver monorepo

Site | Getting Started | API | Blog

GitHub Multipack

Usage

Install: npm i -D @episclera/weaver-theme

With TS/JS

import React from 'react'
import { weaverTheme } from '@episclera/weaver-theme'

export default () => {
  // to see all vars
  console.log(weaverTheme())
  return (
    <div style={{ background: weaverTheme('primary-color') }}>Hello!</div>
  )
}

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Or you can sponsor via Open Collective

Open Collective

Author

@episclera/weaver © Episclera, Released under the MIT License.
Authored and maintained by Episclera with help from contributors (list).

If you like this repository star⭐ and watch👀 on GitHub.

Readme

Keywords

Package Sidebar

Install

npm i @episclera/weaver-theme

Weekly Downloads

12

Version

1.23.0

License

MIT

Unpacked Size

24.1 kB

Total Files

5

Last publish

Collaborators

  • happy_hunter