Closed wokelo-sahilsachdev closed 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',
});
hi @wokelo-sahilsachdev Where you able to overcome your problems?
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: @.***>
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