Skip to content

Aeonax/eventum-ui-components

 
 

Repository files navigation

eventum-ui-components

...

Run demo

yarn
yarn dev

Go to: http://localhost:3000

Use as npm package

yarn add eventum-ui-components

To ensure this package is built correctly in your project you need to transpile eventum-ui-components (e.g. '@weco/next-plugin-transpile-modules'). Then you will need an image loader (e.g. 'next-images') to ensure icons are inlined and base64 encoded, and lastly you need 'styled-jsx' (in-built in Next.js).

Publish

Update version in project.clj and package.json.

scripts/deploy.sh
npm publish

Package is now published for cljs and js usage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.3%
  • Clojure 5.5%
  • Shell 1.2%