apideck-libraries / vault-core

Apideck Vault Modal component for React
https://www.apideck.com/products/vault
MIT License
7 stars 1 forks source link

Vault:Importing css breaking styles #82

Closed wokelo-sahilsachdev closed 1 year ago

wokelo-sahilsachdev commented 1 year ago

Importing import '@apideck/file-picker/dist/styles.css' this is breaking my applications css, please help and as i use Tailwind, If i add it in my configs, the apideck modal doesn't get styled properly

jakeprins commented 1 year ago

Hey @wokelo-sahilsachdev, can you please give @apideck/vault-js a try?

You do not need to import any styles or update your tailwind config when using this package.

It can be used as:

import { ApideckVault } from '@apideck/vault-js';

ApideckVault.open({
  token: 'REPLACE_WITH_SESSION_TOKEN',
});

https://vault-demo.apideck.com/

thim81 commented 1 year ago

hi @wokelo-sahilsachdev Where you able to overcome your problems?

wokelo-sahilsachdev commented 1 year ago

Still facing few issues with the open source file picker library. Trying to resolve it, Or if you have anyone who can help me with that. Please let me know

On Mon, May 8, 2023 at 6:52 PM thim81 @.***> wrote:

hi @wokelo-sahilsachdev https://github.com/wokelo-sahilsachdev Where you able to overcome your problems?

— Reply to this email directly, view it on GitHub https://github.com/apideck-libraries/react-vault/issues/82#issuecomment-1538353705, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6JPJQEOYL3DMXW5IWGAD6DXFDXPRANCNFSM6AAAAAAXVIVFFE . You are receiving this because you were mentioned.Message ID: @.***>