0.0.12 • Published 1 year ago

data-card-react v0.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Built With Stencil

React Library for the Data-Card Component

Installation

Using this React Wrapper is recommened to use the data-view-web-component, as this allows for correct Event Propagation and passing Object & Arrays directly as Props, aswell as allowing Intellisense for the props.

  • Run npm install data-card-react
  • Use as any other React Component

Troubleshooting

When using in a Next project, you might encounter the error SyntaxError: Unexpected token 'export'.

This is fixed by adding this package to the transpilePackages option (Next Docs):

transpilePackages: ['data-card-react']
0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago