@episclera/weaver-theme
v1.23.0
Published
A shareable weaver theme config and less plugin.
Downloads
23
Readme
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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Or you can sponsor via Open Collective
Author
@episclera/weaver © Episclera, Released under the MIT License. Authored and maintained by Episclera with help from contributors (list).