-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add Card Components . #25
Comments
one more thing . with the default file picker I wasn't able to do what I wanted because the file is plain text and it got encoded to base64 . so for picking different file I modified BSFilePicker to here is the complete code for text picker .
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
as an android developer i was missing Card component while using this library . so made my own . i was going to do a pull request but as a solo (self taught) developer i am bad at collaboration . so here is the code . please add the component if you think its necessary or usable . or modify it to your liking . maybe its need some more effect like hover effect . but in my case I am using simple card to show my data .
The text was updated successfully, but these errors were encountered: