1.28.0 • Published 2 months ago

@episclera/weaver v1.28.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

GitHub Multipack

Usage

Install: npm i @episclera/weaver

In your main file (pages/_app.tsx) you need to import preconfigured style files and providers.

import { ConfigProvider } from '@episclera/weaver'
import '@episclera/weaver/styles/tailwind.css' // Recomended (If you plan to use tailwind) but not required
import '@episclera/weaver/styles/main.css'

const App = ({ Component, pageProps }) => (
  <ConfigProvider>
    <Component {...pageProps} />
  </ConfigProvider>
)

export default withMobileDetect(App)

With tailwind

Read these guides

How to customize theme variables

The guides for customization are present in @episclera/weaver-theme package.

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

1.28.0

2 months ago

1.26.1

9 months ago

1.25.0

11 months ago

1.25.1

11 months ago

1.26.0

11 months ago

1.24.3

11 months ago

1.24.1

2 years ago

1.24.2

2 years ago

1.24.0

2 years ago

1.21.0

2 years ago

1.21.1

2 years ago

1.23.0

2 years ago

1.21.2

2 years ago

1.23.1

2 years ago

1.19.4

2 years ago

1.19.3

2 years ago

1.19.2

2 years ago

1.19.7

2 years ago

1.19.6

2 years ago

1.19.5

2 years ago

1.20.1

2 years ago

1.22.0

2 years ago

1.20.0

2 years ago

1.19.1

3 years ago

1.19.0

3 years ago

1.18.3

3 years ago

1.18.2

3 years ago

1.18.1

3 years ago

1.18.0

3 years ago

1.17.0

3 years ago

1.16.0

3 years ago

1.15.0

3 years ago

1.14.0

3 years ago

1.13.0

3 years ago

1.12.3

3 years ago

1.12.2

3 years ago

1.12.1

3 years ago

1.11.2

3 years ago

1.12.0

3 years ago

1.11.1

3 years ago

1.9.1

3 years ago

1.9.2

3 years ago

1.11.0

3 years ago

1.10.0

3 years ago

1.8.2

3 years ago

1.5.5

3 years ago

1.9.0

3 years ago

1.8.1

3 years ago

1.5.4

3 years ago

1.8.0

3 years ago

1.6.2

3 years ago

1.5.3

3 years ago

1.7.0

3 years ago

1.6.1

3 years ago

1.5.2

3 years ago

1.6.0

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago